Html Css Color HEX #AA8989 Thatch

📋 copy color: '#AA8989'

red 170 ◦ green 137 ◦ blue 137

#AA8989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #AA8989

Tints of Thatch #AA8989

RGB

 RED value IS 170 (66.8% from 255) = 38.29%

 GREEN value IS 137 (53.91% from 255) = 30.86%

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 38.29%
G = 30.86%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA8989 (or 0xAA8989) is known color: Thatch. HEX triplet: AA, 89 and 89. RGB value is (170,137,137). Sum of RGB (Red+Green+Blue) = 170+137+137=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8989 is #557676. Grayscale: #929292. Windows color (decimal): -5600887 or 9013674. OLE color: 9013674.

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

Color convert

RGB 170 137 137 -
CMYK 0 0.19 0.19 0.33
HSL 0.16% 0.6% -
HSV(B) 0.19% 0.67% -
XYZ 30.04 28.24 27.54 -
YUV 146.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 170 137 137 0 0.19 0.19 0.33 0 0.16 0.6
Hex AA 89 89 0 13 13 21 0 10 3C
Octal 252 211 211 0 23 23 41 0 20 74
Binary 10101010 10001001 10001001 0 10011 10011 100001 0 10000 111100

Color Harmonies of #AA8989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8989

Black with #AA8989

Text Example


Text Example

White with #AA8989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8989; }

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

 H1.HeaderClassName
 {
   color: #AA8989;
 }
 .AnyTagClassName
 {
   color: #AA8989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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