#AA8888

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

Shades of Thatch #AA8888

Tints of Thatch #AA8888

Color information

#AA8888 (or 0xAA8888) is unknown color: approx Thatch. HEX triplet: AA, 88 and 88. RGB value is (170,136,136). Sum of RGB (Red+Green+Blue) = 170+136+136=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8888 is #557777. Grayscale: #929292. Windows color (decimal): -5601144 or 8947882. OLE color: 8947882.

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

Color convert

RGB170136136-
CMYK00.200.200.33
HSL16.67%60%-
HSV(B)20%66.67%-
XYZ29.8327.9327.11-
YUV146.17122.26145-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013613600.200.200.33016.6760
HexAA888801414210113c
Octal252210210024244102174
Binary10101010100010001000100001010010100100001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8888; }

 p { color: rgb(170,136,136); }

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

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

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

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

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

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

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