#AA918D

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

Shades of Thatch #AA918D

Tints of Thatch #AA918D

Color information

#AA918D (or 0xAA918D) is unknown color: approx Thatch. HEX triplet: AA, 91 and 8D. RGB value is (170,145,141). Sum of RGB (Red+Green+Blue) = 170+145+141=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA918D is #556E72. Grayscale: #989898. Windows color (decimal): -5598835 or 9277866. OLE color: 9277866.

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

Color convert

RGB170145141-
CMYK00.150.170.33
HSL8.28º14.57%60.98%-
HSV(B)8.28º17.06%66.67%-
XYZ31.5130.7229.47-
YUV152.02121.78140.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=37.28%
G=31.80%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014514100.150.170.338.2814.5760.98
HexAA918D0F11218f3d
Octal2522212150172141101775
Binary101010101001000110001101011111000110000110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA918D; }

 p { color: rgb(170,145,141); }

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

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

 a { background-color: rgb(170,145,141); }

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

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

 span { border-color: rgb(170,145,141); }

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