Color Hex Logo

#a54233 Color Hex

#A54233
(165,66,51)
0 Favorites   0 Comments

Color spaces of #a54233

RGB 1656651
HSL0.020.530.42
HSV69°65°
CMYK 0.000.600.69   0.35
XYZ18.062812.13484.5222
Yxy12.13480.52020.3495
Hunter Lab34.835031.595216.6876
CIE-Lab41.429639.924229.7548

#a54233 color RGB value is (165,66,51).

#a54233 hex color red value is 165, green value is 66 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a54233 hue: 0.02 , saturation: 0.53 and the lightness value of a54233 is 0.42.

The process color (four color CMYK) of #a54233 color hex is 0.00, 0.60, 0.69, 0.35. Web safe color of #a54233 is #993333. Color #a54233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 00110011
Octal 245 102 63
Decimal 165 66 51
Hex A5 42 33

RGB Percentages of Color #a54233

%58.51
%23.40
%18.09

CMYK Percentages of Color #a54233

%0
%60
%69
%35

Triadic Colors of #a54233

#a54233 #33a542 #4233a5

Analogous Colors of #a54233

#a54233 #a57b33 #a5335d

Monochromatic Colors of #a54233

#a54233

Complementary Color

#a54233 #3396a5

#a54233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54233 Color CSS Codes

.mybgcolor {background-color:#a54233; } 
.myforecolor {color:#a54233; }
.mybordercolor {border:3px solid #a54233; }

#a54233 Text Font Color

<p style="color:#a54233">Text here</p>

This sample text font color is #a54233
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a54233 Background Color

<div style="background-color:#a54233">
Div content here</div>

This div background color is #a54233


#a54233 Border Color

<div style="border:3px solid #a54233">
Div here</div>

This div border color is #a54233


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,66,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a54233; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a54233;
  -webkit-box-shadow: 1px 1px 3px 2px #a54233;
  box-shadow:         1px 1px 3px 2px #a54233; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,66,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a54233">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a54233;
  -webkit-box-shadow: 1px 1px 3px 2px #a54233;
  box-shadow:         1px 1px 3px 2px #a54233;">
Div content here</div>

This div box has shadow with color #a54233


Comments

No comments written yet.

Please login to write comment.