Color Hex Logo

#a56b03 Color Hex

#A56B03
(165,107,3)
0 Favorites   0 Comments

Color spaces of #a56b03

RGB 1651073
HSL0.110.960.33
HSV39°98°65°
CMYK 0.000.350.98   0.35
XYZ20.791218.52132.5653
Yxy18.52130.49650.4423
Hunter Lab43.036410.921026.5913
CIE-Lab50.122416.255956.6687

#a56b03 color RGB value is (165,107,3).

#a56b03 hex color red value is 165, green value is 107 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #a56b03 hue: 0.11 , saturation: 0.96 and the lightness value of a56b03 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101011 00000011
Octal 245 153 3
Decimal 165 107 3
Hex A5 6B 3

RGB Percentages of Color #a56b03

%60.00
%38.91
%1.09

CMYK Percentages of Color #a56b03

%0
%35
%98
%35

Triadic Colors of #a56b03

#a56b03 #03a56b #6b03a5

Analogous Colors of #a56b03

#a56b03 #8ea503 #a51a03

Monochromatic Colors of #a56b03

#a56b03

Complementary Color

#a56b03 #033da5

#a56b03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56b03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56b03 Color CSS Codes

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

#a56b03 Text Font Color

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

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


#a56b03 Background Color

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

This div background color is #a56b03


#a56b03 Border Color

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

This div border color is #a56b03


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,107,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 #a56b03">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56b03


Comments

No comments written yet.

Please login to write comment.