#A18A84

Color #A18A84 Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #A18A84

Tints of Thatch #A18A84

Color information

#A18A84 (or 0xA18A84) is unknown color: approx Thatch. HEX triplet: A1, 8A and 84. RGB value is (161,138,132). Sum of RGB (Red+Green+Blue) = 161+138+132=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A84 is #5E757B. Grayscale: #909090. Windows color (decimal): -6190460 or 8686241. OLE color: 8686241.

HSL color Cylindrical-coordinate representation of color #A18A84: hue angle of 12.41º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18A84 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB161138132-
CMYK00.140.180.37
HSL12.41º13.36%57.45%-
HSV(B)12.41º18.01%63.14%-
XYZ27.9527.4225.65-
YUV144.19121.12139.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=37.35%
G=32.02%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113813200.140.180.3712.4113.3657.45
HexA18A840E1225cd39
Octal2412122040162245141571
Binary101000011000101010000100011101001010010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A84; }

 p { color: rgb(161,138,132); }

 H1.HeaderClassName
 {
   color: #A18A84;
 }
 .AnyTagClassName
 {
   color: #A18A84;
 }
</style>
background-color css

<style>
 a { background-color: #A18A84; }

 a { background-color: rgb(161,138,132); }

 div.DivClassName
 {
   background-color: #A18A84;
 }
 .BgClassName
 {
   background-color: #A18A84;
 }
</style>
border-color css

<style>
 span { border-color: #A18A84; }

 span { border-color: rgb(161,138,132); }

 td.TdClassName
 {
   border-color: #A18A84;
 }
 .TagClassName
 {
   border-color: #A18A84;
 }
</style>