Html Css Color HEX #AA9190 Thatch

📋 copy color: '#AA9190'

red 170 ◦ green 145 ◦ blue 144

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

Shades of Thatch #AA9190

Tints of Thatch #AA9190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

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

R = 37.04%
G = 31.59%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA9190 (or 0xAA9190) is known color: Thatch. HEX triplet: AA, 91 and 90. RGB value is (170,145,144). Sum of RGB (Red+Green+Blue) = 170+145+144=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9190 is #556E6F. Grayscale: #989898. Windows color (decimal): -5598832 or 9474474. OLE color: 9474474.

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

Color convert

RGB 170 145 144 -
CMYK 0 0.15 0.15 0.33
HSL 2.31º 0.13% 0.62% -
HSV(B) 2.31º 0.15% 0.67% -
XYZ 31.74 30.81 30.66 -
YUV 152.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 170 145 144 0 0.15 0.15 0.33 2.31 0.13 0.62
Hex AA 91 90 0 F F 21 2 D 3E
Octal 252 221 220 0 17 17 41 2 15 76
Binary 10101010 10010001 10010000 0 1111 1111 100001 10 1101 111110

Color Harmonies of #AA9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9190

Black with #AA9190

Text Example


Text Example

White with #AA9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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