Color Hex Logo

#a55b11 Color Hex

#A55B11
(165,91,17)
0 Favorites   0 Comments

Color spaces of #a55b11

RGB 1659117
HSL0.080.810.36
HSV30°90°65°
CMYK 0.000.450.90   0.35
XYZ19.359315.52202.5060
Yxy15.52200.51780.4152
Hunter Lab39.398018.764523.8073
CIE-Lab46.341025.473650.5944

#a55b11 color RGB value is (165,91,17).

#a55b11 hex color red value is 165, green value is 91 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a55b11 hue: 0.08 , saturation: 0.81 and the lightness value of a55b11 is 0.36.

The process color (four color CMYK) of #a55b11 color hex is 0.00, 0.45, 0.90, 0.35. Web safe color of #a55b11 is #996600. Color #a55b11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011011 00010001
Octal 245 133 21
Decimal 165 91 17
Hex A5 5B 11

RGB Percentages of Color #a55b11

%60.44
%33.33
%6.23

CMYK Percentages of Color #a55b11

%0
%45
%90
%35

Triadic Colors of #a55b11

#a55b11 #11a55b #5b11a5

Analogous Colors of #a55b11

#a55b11 #a5a511 #a51111

Monochromatic Colors of #a55b11

#a55b11

Complementary Color

#a55b11 #115ba5

#a55b11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55b11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55b11 Color CSS Codes

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

#a55b11 Text Font Color

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

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


#a55b11 Background Color

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

This div background color is #a55b11


#a55b11 Border Color

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

This div border color is #a55b11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55b11


Comments

No comments written yet.

Please login to write comment.