Html Css Color HEX #AA8C87 Thatch

📋 copy color: '#AA8C87'

red 170 ◦ green 140 ◦ blue 135

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

Shades of Thatch #AA8C87

Tints of Thatch #AA8C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.34%

R = 38.2%
G = 31.46%
B = 30.34%

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

#AA8C87 (or 0xAA8C87) is known color: Thatch. HEX triplet: AA, 8C and 87. RGB value is (170,140,135). Sum of RGB (Red+Green+Blue) = 170+140+135=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C87 is #557378. Grayscale: #949494. Windows color (decimal): -5600121 or 8883370. OLE color: 8883370.

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

Color convert

RGB 170 140 135 -
CMYK 0 0.18 0.21 0.33
HSL 8.57º 0.17% 0.6% -
HSV(B) 8.57º 0.21% 0.67% -
XYZ 30.33 29.05 26.93 -
YUV 148.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 170 140 135 0 0.18 0.21 0.33 8.57 0.17 0.6
Hex AA 8C 87 0 12 15 21 9 11 3C
Octal 252 214 207 0 22 25 41 11 21 74
Binary 10101010 10001100 10000111 0 10010 10101 100001 1001 10001 111100

Color Harmonies of #AA8C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C87

Black with #AA8C87

Text Example


Text Example

White with #AA8C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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