Color Hex Logo

#a85503 Color Hex

#A85503
(168,85,3)
0 Favorites   0 Comments

Color spaces of #a85503

RGB 168853
HSL0.080.960.34
HSV30°98°66°
CMYK 0.000.490.98   0.34
XYZ19.413414.82841.9251
Yxy14.82840.53680.4100
Hunter Lab38.507722.601323.9913
CIE-Lab45.398329.811053.7563

#a85503 color RGB value is (168,85,3).

#a85503 hex color red value is 168, green value is 85 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #a85503 hue: 0.08 , saturation: 0.96 and the lightness value of a85503 is 0.34.

The process color (four color CMYK) of #a85503 color hex is 0.00, 0.49, 0.98, 0.34. Web safe color of #a85503 is #996600. Color #a85503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010101 00000011
Octal 250 125 3
Decimal 168 85 3
Hex A8 55 3

RGB Percentages of Color #a85503

%65.63
%33.20
%1.17

CMYK Percentages of Color #a85503

%0
%49
%98
%34

Triadic Colors of #a85503

#a85503 #03a855 #5503a8

Analogous Colors of #a85503

#a85503 #a8a803 #a80303

Monochromatic Colors of #a85503

#a85503

Complementary Color

#a85503 #0356a8

#a85503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85503 Color CSS Codes

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

#a85503 Text Font Color

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

This sample text font color is #a85503
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.


#a85503 Background Color

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

This div background color is #a85503


#a85503 Border Color

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

This div border color is #a85503


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,85,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a85503; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a85503;
  -webkit-box-shadow: 1px 1px 3px 2px #a85503;
  box-shadow:         1px 1px 3px 2px #a85503; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,85,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85503


Comments

No comments written yet.

Please login to write comment.