Html Css Color HEX #AA8E85 Thatch

📋 copy color: '#AA8E85'

red 170 ◦ green 142 ◦ blue 133

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

Shades of Thatch #AA8E85

Tints of Thatch #AA8E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 38.2%
G = 31.91%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA8E85 (or 0xAA8E85) is known color: Thatch. HEX triplet: AA, 8E and 85. RGB value is (170,142,133). Sum of RGB (Red+Green+Blue) = 170+142+133=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E85 is #55717A. Grayscale: #959595. Windows color (decimal): -5599611 or 8752810. OLE color: 8752810.

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

Color convert

RGB 170 142 133 -
CMYK 0 0.16 0.22 0.33
HSL 14.59º 0.18% 0.59% -
HSV(B) 14.59º 0.22% 0.67% -
XYZ 30.48 29.59 26.29 -
YUV 149.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 170 142 133 0 0.16 0.22 0.33 14.59 0.18 0.59
Hex AA 8E 85 0 10 16 21 F 12 3B
Octal 252 216 205 0 20 26 41 17 22 73
Binary 10101010 10001110 10000101 0 10000 10110 100001 1111 10010 111011

Color Harmonies of #AA8E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E85

Black with #AA8E85

Text Example


Text Example

White with #AA8E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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