Html Css Color HEX #AA8D86 Thatch

📋 copy color: '#AA8D86'

red 170 ◦ green 141 ◦ blue 134

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

Shades of Thatch #AA8D86

Tints of Thatch #AA8D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

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

R = 38.2%
G = 31.69%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA8D86 (or 0xAA8D86) is known color: Thatch. HEX triplet: AA, 8D and 86. RGB value is (170,141,134). Sum of RGB (Red+Green+Blue) = 170+141+134=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8D86 is #557279. Grayscale: #949494. Windows color (decimal): -5599866 or 8818090. OLE color: 8818090.

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

Color convert

RGB 170 141 134 -
CMYK 0 0.17 0.21 0.33
HSL 11.67º 0.17% 0.6% -
HSV(B) 11.67º 0.21% 0.67% -
XYZ 30.41 29.32 26.61 -
YUV 148.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 170 141 134 0 0.17 0.21 0.33 11.67 0.17 0.6
Hex AA 8D 86 0 11 15 21 C 11 3C
Octal 252 215 206 0 21 25 41 14 21 74
Binary 10101010 10001101 10000110 0 10001 10101 100001 1100 10001 111100

Color Harmonies of #AA8D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D86

Black with #AA8D86

Text Example


Text Example

White with #AA8D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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