Html Css Color HEX #AA9291 Thatch

📋 copy color: '#AA9291'

red 170 ◦ green 146 ◦ blue 145

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

Shades of Thatch #AA9291

Tints of Thatch #AA9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 36.88%
G = 31.67%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA9291 (or 0xAA9291) is known color: Thatch. HEX triplet: AA, 92 and 91. RGB value is (170,146,145). Sum of RGB (Red+Green+Blue) = 170+146+145=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9291 is #556D6E. Grayscale: #999999. Windows color (decimal): -5598575 or 9540266. OLE color: 9540266.

HSL color Cylindrical-coordinate representation of color #AA9291: hue angle of 2.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9291 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 146 145 -
CMYK 0 0.14 0.15 0.33
HSL 2.4º 0.13% 0.62% -
HSV(B) 2.4º 0.15% 0.67% -
XYZ 31.97 31.15 31.12 -
YUV 153.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 170 146 145 0 0.14 0.15 0.33 2.4 0.13 0.62
Hex AA 92 91 0 E F 21 2 D 3E
Octal 252 222 221 0 16 17 41 2 15 76
Binary 10101010 10010010 10010001 0 1110 1111 100001 10 1101 111110

Color Harmonies of #AA9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9291

Black with #AA9291

Text Example


Text Example

White with #AA9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9291; }

 p { color: rgb(170,146,145); }

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

background-color css

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

 a { background-color: rgb(170,146,145); }

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

border-color css

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

 span { border-color: rgb(170,146,145); }

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