#A0918E

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

Shades of Thatch #A0918E

Tints of Thatch #A0918E

Color information

#A0918E (or 0xA0918E) is unknown color: approx Thatch. HEX triplet: A0, 91 and 8E. RGB value is (160,145,142). Sum of RGB (Red+Green+Blue) = 160+145+142=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A0918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0918E is #5F6E71. Grayscale: #959595. Windows color (decimal): -6254194 or 9343392. OLE color: 9343392.

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

Color convert

RGB160145142-
CMYK00.090.110.37
HSL10º8.65%59.22%-
HSV(B)10º11.25%62.75%-
XYZ29.5129.6829.76-
YUV149.14123.97135.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=35.79%
G=32.44%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014514200.090.110.37108.6559.22
HexA0918E09B25a93b
Octal2402212160111345121173
Binary10100000100100011000111001001101110010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0918E; }

 p { color: rgb(160,145,142); }

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

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

 a { background-color: rgb(160,145,142); }

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

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

 span { border-color: rgb(160,145,142); }

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