Color Hex Logo

#a09367 Color Hex

#A09367
(160,147,103)
0 Favorites   0 Comments

Color spaces of #a09367

RGB 160147103
HSL0.130.230.52
HSV46°36°63°
CMYK 0.000.080.36   0.37
XYZ27.379129.320317.0483
Yxy29.32030.37130.3976
Hunter Lab54.1482-4.504019.2366
CIE-Lab61.0633-1.954225.0715

#a09367 color RGB value is (160,147,103).

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

The process color (four color CMYK) of #a09367 color hex is 0.00, 0.08, 0.36, 0.37. Web safe color of #a09367 is #999966. Color #a09367 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 01100111
Octal 240 223 147
Decimal 160 147 103
Hex A0 93 67

RGB Percentages of Color #a09367

%39.02
%35.85
%25.12

CMYK Percentages of Color #a09367

%0
%8
%36
%37

Triadic Colors of #a09367

#a09367 #67a093 #9367a0

Analogous Colors of #a09367

#a09367 #91a067 #a07767

Monochromatic Colors of #a09367

#a09367

Complementary Color

#a09367 #6774a0

#a09367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09367 Color CSS Codes

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

#a09367 Text Font Color

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

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


#a09367 Background Color

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

This div background color is #a09367


#a09367 Border Color

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

This div border color is #a09367


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,147,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09367


Comments

No comments written yet.

Please login to write comment.