Html Css Color HEX #AA8F85 Thatch

📋 copy color: '#AA8F85'

red 170 ◦ green 143 ◦ blue 133

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

Shades of Thatch #AA8F85

Tints of Thatch #AA8F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

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

R = 38.12%
G = 32.06%
B = 29.82%

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

#AA8F85 (or 0xAA8F85) is known color: Thatch. HEX triplet: AA, 8F and 85. RGB value is (170,143,133). Sum of RGB (Red+Green+Blue) = 170+143+133=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F85 is #55707A. Grayscale: #969696. Windows color (decimal): -5599355 or 8753066. OLE color: 8753066.

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

Color convert

RGB 170 143 133 -
CMYK 0 0.16 0.22 0.33
HSL 16.22º 0.18% 0.59% -
HSV(B) 16.22º 0.22% 0.67% -
XYZ 30.63 29.88 26.34 -
YUV 149.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 170 143 133 0 0.16 0.22 0.33 16.22 0.18 0.59
Hex AA 8F 85 0 10 16 21 10 12 3B
Octal 252 217 205 0 20 26 41 20 22 73
Binary 10101010 10001111 10000101 0 10000 10110 100001 10000 10010 111011

Color Harmonies of #AA8F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F85

Black with #AA8F85

Text Example


Text Example

White with #AA8F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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