#A0908B

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

Shades of Thatch #A0908B

Tints of Thatch #A0908B

Color information

#A0908B (or 0xA0908B) is unknown color: approx Thatch. HEX triplet: A0, 90 and 8B. RGB value is (160,144,139). Sum of RGB (Red+Green+Blue) = 160+144+139=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A0908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0908B is #5F6F74. Grayscale: #949494. Windows color (decimal): -6254453 or 9146528. OLE color: 9146528.

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

Color convert

RGB160144139-
CMYK00.10.130.37
HSL14.29º9.95%58.63%-
HSV(B)14.29º13.12%62.75%-
XYZ29.1329.2828.54-
YUV148.21122.8136.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=36.12%
G=32.51%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014413900.10.130.3714.299.9558.63
HexA0908B0AD25ea3b
Octal2402202130121545161273
Binary10100000100100001000101101010110110010111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0908B; }

 p { color: rgb(160,144,139); }

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

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

 a { background-color: rgb(160,144,139); }

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

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

 span { border-color: rgb(160,144,139); }

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