Color Hex Logo

#a06333 Color Hex

#A06333
(160,99,51)
0 Favorites   0 Comments

Color spaces of #a06333

RGB 1609951
HSL0.070.520.41
HSV26°68°63°
CMYK 0.000.380.68   0.37
XYZ19.556616.63635.3123
Yxy16.63630.47120.4008
Hunter Lab40.787614.207820.8292
CIE-Lab47.798520.187636.9164

#a06333 color RGB value is (160,99,51).

#a06333 hex color red value is 160, green value is 99 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a06333 hue: 0.07 , saturation: 0.52 and the lightness value of a06333 is 0.41.

The process color (four color CMYK) of #a06333 color hex is 0.00, 0.38, 0.68, 0.37. Web safe color of #a06333 is #996633. Color #a06333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100011 00110011
Octal 240 143 63
Decimal 160 99 51
Hex A0 63 33

RGB Percentages of Color #a06333

%51.61
%31.94
%16.45

CMYK Percentages of Color #a06333

%0
%38
%68
%37

Triadic Colors of #a06333

#a06333 #33a063 #6333a0

Analogous Colors of #a06333

#a06333 #a09a33 #a0333a

Monochromatic Colors of #a06333

#a06333

Complementary Color

#a06333 #3370a0

#a06333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06333 Color CSS Codes

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

#a06333 Text Font Color

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

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


#a06333 Background Color

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

This div background color is #a06333


#a06333 Border Color

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

This div border color is #a06333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06333


Comments

No comments written yet.

Please login to write comment.