#AA8F8E

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

Shades of Thatch #AA8F8E

Tints of Thatch #AA8F8E

Color information

#AA8F8E (or 0xAA8F8E) is unknown color: approx Thatch. HEX triplet: AA, 8F and 8E. RGB value is (170,143,142). Sum of RGB (Red+Green+Blue) = 170+143+142=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F8E is #557071. Grayscale: #969696. Windows color (decimal): -5599346 or 9342890. OLE color: 9342890.

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

Color convert

RGB170143142-
CMYK00.160.160.33
HSL2.14º14.14%61.18%-
HSV(B)2.14º16.47%66.67%-
XYZ31.2830.1429.76-
YUV150.96122.95141.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=37.36%
G=31.43%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014314200.160.160.332.1414.1461.18
HexAA8F8E01010212e3d
Octal252217216020204121675
Binary10101010100011111000111001000010000100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F8E; }

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

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

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

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

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

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

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

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