Html Css Color HEX #AA9290 Thatch

📋 copy color: '#AA9290'

red 170 ◦ green 146 ◦ blue 144

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

Shades of Thatch #AA9290

Tints of Thatch #AA9290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.3%

R = 36.96%
G = 31.74%
B = 31.3%

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

#AA9290 (or 0xAA9290) is known color: Thatch. HEX triplet: AA, 92 and 90. RGB value is (170,146,144). Sum of RGB (Red+Green+Blue) = 170+146+144=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9290 is #556D6F. Grayscale: #989898. Windows color (decimal): -5598576 or 9474730. OLE color: 9474730.

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

Color convert

RGB 170 146 144 -
CMYK 0 0.14 0.15 0.33
HSL 4.62º 0.13% 0.62% -
HSV(B) 4.62º 0.15% 0.67% -
XYZ 31.89 31.12 30.71 -
YUV 152.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 170 146 144 0 0.14 0.15 0.33 4.62 0.13 0.62
Hex AA 92 90 0 E F 21 5 D 3E
Octal 252 222 220 0 16 17 41 5 15 76
Binary 10101010 10010010 10010000 0 1110 1111 100001 101 1101 111110

Color Harmonies of #AA9290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9290

Black with #AA9290

Text Example


Text Example

White with #AA9290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9290; }

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

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

background-color css

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

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

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

border-color css

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

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

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