#AA918B

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

Shades of Thatch #AA918B

Tints of Thatch #AA918B

Color information

#AA918B (or 0xAA918B) is unknown color: approx Thatch. HEX triplet: AA, 91 and 8B. RGB value is (170,145,139). Sum of RGB (Red+Green+Blue) = 170+145+139=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA918B is #556E74. Grayscale: #979797. Windows color (decimal): -5598837 or 9146794. OLE color: 9146794.

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

Color convert

RGB170145139-
CMYK00.150.180.33
HSL11.61º15.42%60.59%-
HSV(B)11.61º18.24%66.67%-
XYZ31.3630.6628.69-
YUV151.79120.78140.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 145 (57.03% from 255) = 31.94%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=37.44%
G=31.94%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014513900.150.180.3311.6115.4260.59
HexAA918B0F1221cf3d
Octal2522212130172241141775
Binary101010101001000110001011011111001010000111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA918B; }

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

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

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

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

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

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

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

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