Html Css Color HEX #AA8C86 Thatch

📋 copy color: '#AA8C86'

red 170 ◦ green 140 ◦ blue 134

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

Shades of Thatch #AA8C86

Tints of Thatch #AA8C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.53%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 38.29%
G = 31.53%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA8C86 (or 0xAA8C86) is known color: Thatch. HEX triplet: AA, 8C and 86. RGB value is (170,140,134). Sum of RGB (Red+Green+Blue) = 170+140+134=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C86 is #557379. Grayscale: #949494. Windows color (decimal): -5600122 or 8817834. OLE color: 8817834.

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

Color convert

RGB 170 140 134 -
CMYK 0 0.18 0.21 0.33
HSL 10º 0.17% 0.6% -
HSV(B) 10º 0.21% 0.67% -
XYZ 30.26 29.02 26.56 -
YUV 148.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 170 140 134 0 0.18 0.21 0.33 10 0.17 0.6
Hex AA 8C 86 0 12 15 21 A 11 3C
Octal 252 214 206 0 22 25 41 12 21 74
Binary 10101010 10001100 10000110 0 10010 10101 100001 1010 10001 111100

Color Harmonies of #AA8C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C86

Black with #AA8C86

Text Example


Text Example

White with #AA8C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C86; }

 p { color: rgb(170,140,134); }

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

background-color css

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

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

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

border-color css

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

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

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