#AA918F

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

Shades of Thatch #AA918F

Tints of Thatch #AA918F

Color information

#AA918F (or 0xAA918F) is unknown color: approx Thatch. HEX triplet: AA, 91 and 8F. RGB value is (170,145,143). Sum of RGB (Red+Green+Blue) = 170+145+143=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA918F is #556E70. Grayscale: #989898. Windows color (decimal): -5598833 or 9408938. OLE color: 9408938.

HSL color Cylindrical-coordinate representation of color #AA918F: hue angle of 4.44º 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 #AA918F is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170145143-
CMYK00.150.160.33
HSL4.44º13.71%61.37%-
HSV(B)4.44º15.88%66.67%-
XYZ31.6630.7830.26-
YUV152.25122.78140.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=37.12%
G=31.66%
B=31.22%

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
Decimal17014514300.150.160.334.4413.7161.37
HexAA918F0F10214e3d
Octal252221217017204141675
Binary10101010100100011000111101111100001000011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA918F; }

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

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

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

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

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

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

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

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