Html Css Color HEX #AA9390 Thatch

📋 copy color: '#AA9390'

red 170 ◦ green 147 ◦ blue 144

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

Shades of Thatch #AA9390

Tints of Thatch #AA9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 36.88%
G = 31.89%
B = 31.24%

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

#AA9390 (or 0xAA9390) is known color: Thatch. HEX triplet: AA, 93 and 90. RGB value is (170,147,144). Sum of RGB (Red+Green+Blue) = 170+147+144=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9390 is #556C6F. Grayscale: #999999. Windows color (decimal): -5598320 or 9474986. OLE color: 9474986.

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

Color convert

RGB 170 147 144 -
CMYK 0 0.14 0.15 0.33
HSL 6.92º 0.13% 0.62% -
HSV(B) 6.92º 0.15% 0.67% -
XYZ 32.05 31.43 30.76 -
YUV 153.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 170 147 144 0 0.14 0.15 0.33 6.92 0.13 0.62
Hex AA 93 90 0 E F 21 7 D 3E
Octal 252 223 220 0 16 17 41 7 15 76
Binary 10101010 10010011 10010000 0 1110 1111 100001 111 1101 111110

Color Harmonies of #AA9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9390

Black with #AA9390

Text Example


Text Example

White with #AA9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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