Html Css Color HEX #AA8E8E Thatch

📋 copy color: '#AA8E8E'

red 170 ◦ green 142 ◦ blue 142

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

Shades of Thatch #AA8E8E

Tints of Thatch #AA8E8E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.28%

 BLUE value IS 142 (55.86% from 255) = 31.28%

R = 37.44%
G = 31.28%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA8E8E (or 0xAA8E8E) is known color: Thatch. HEX triplet: AA, 8E and 8E. RGB value is (170,142,142). Sum of RGB (Red+Green+Blue) = 170+142+142=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E8E is #557171. Grayscale: #969696. Windows color (decimal): -5599602 or 9342634. OLE color: 9342634.

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

Color convert

RGB 170 142 142 -
CMYK 0 0.16 0.16 0.33
HSL 0.14% 0.61% -
HSV(B) 0.16% 0.67% -
XYZ 31.13 29.85 29.71 -
YUV 150.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 170 142 142 0 0.16 0.16 0.33 0 0.14 0.61
Hex AA 8E 8E 0 10 10 21 0 E 3D
Octal 252 216 216 0 20 20 41 0 16 75
Binary 10101010 10001110 10001110 0 10000 10000 100001 0 1110 111101

Color Harmonies of #AA8E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E8E

Black with #AA8E8E

Text Example


Text Example

White with #AA8E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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