Color Hex Logo

#a06733 Color Hex

#A06733
(160,103,51)
0 Favorites   0 Comments

Color spaces of #a06733

RGB 16010351
HSL0.080.520.41
HSV29°68°63°
CMYK 0.000.360.68   0.37
XYZ19.945017.41315.4418
Yxy17.41310.46600.4068
Hunter Lab41.729012.291021.4784
CIE-Lab48.776417.913738.0134

#a06733 color RGB value is (160,103,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 00110011
Octal 240 147 63
Decimal 160 103 51
Hex A0 67 33

RGB Percentages of Color #a06733

%50.96
%32.80
%16.24

CMYK Percentages of Color #a06733

%0
%36
%68
%37

Triadic Colors of #a06733

#a06733 #33a067 #6733a0

Analogous Colors of #a06733

#a06733 #a09e33 #a03336

Monochromatic Colors of #a06733

#a06733

Complementary Color

#a06733 #336ca0

#a06733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06733 Color CSS Codes

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

#a06733 Text Font Color

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

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


#a06733 Background Color

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

This div background color is #a06733


#a06733 Border Color

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

This div border color is #a06733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06733


Comments

No comments written yet.

Please login to write comment.