Color Hex Logo

#a55f09 Color Hex

#A55F09
(165,95,9)
0 Favorites   0 Comments

Color spaces of #a55f09

RGB 165959
HSL0.090.900.34
HSV33°95°65°
CMYK 0.000.420.95   0.35
XYZ19.658616.20352.3499
Yxy16.20350.51450.4240
Hunter Lab40.253616.730124.7163
CIE-Lab47.240423.105553.3516

#a55f09 color RGB value is (165,95,9).

#a55f09 hex color red value is 165, green value is 95 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a55f09 hue: 0.09 , saturation: 0.90 and the lightness value of a55f09 is 0.34.

The process color (four color CMYK) of #a55f09 color hex is 0.00, 0.42, 0.95, 0.35. Web safe color of #a55f09 is #996600. Color #a55f09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011111 00001001
Octal 245 137 11
Decimal 165 95 9
Hex A5 5F 9

RGB Percentages of Color #a55f09

%61.34
%35.32
%3.35

CMYK Percentages of Color #a55f09

%0
%42
%95
%35

Triadic Colors of #a55f09

#a55f09 #09a55f #5f09a5

Analogous Colors of #a55f09

#a55f09 #9da509 #a51109

Monochromatic Colors of #a55f09

#a55f09

Complementary Color

#a55f09 #094fa5

#a55f09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55f09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55f09 Color CSS Codes

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

#a55f09 Text Font Color

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

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


#a55f09 Background Color

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

This div background color is #a55f09


#a55f09 Border Color

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

This div border color is #a55f09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55f09


Comments

No comments written yet.

Please login to write comment.