#AA908E

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

Shades of Thatch #AA908E

Tints of Thatch #AA908E

Color information

#AA908E (or 0xAA908E) is unknown color: approx Thatch. HEX triplet: AA, 90 and 8E. RGB value is (170,144,142). Sum of RGB (Red+Green+Blue) = 170+144+142=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA908E is #556F71. Grayscale: #979797. Windows color (decimal): -5599090 or 9343146. OLE color: 9343146.

HSL color Cylindrical-coordinate representation of color #AA908E: hue angle of 4.29º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA908E is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170144142-
CMYK00.150.160.33
HSL4.29º14.14%61.18%-
HSV(B)4.29º16.47%66.67%-
XYZ31.4330.4529.81-
YUV151.55122.61141.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 144 (56.64% from 255) = 31.58%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=37.28%
G=31.58%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014414200.150.160.334.2914.1461.18
HexAA908E0F10214e3d
Octal252220216017204141675
Binary10101010100100001000111001111100001000011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA908E; }

 p { color: rgb(170,144,142); }

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

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

 a { background-color: rgb(170,144,142); }

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

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

 span { border-color: rgb(170,144,142); }

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