Html Css Color HEX #AA9994 Thatch

📋 copy color: '#AA9994'

red 170 ◦ green 153 ◦ blue 148

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

Shades of Thatch #AA9994

Tints of Thatch #AA9994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.48%

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 36.09%
G = 32.48%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA9994 (or 0xAA9994) is known color: Thatch. HEX triplet: AA, 99 and 94. RGB value is (170,153,148). Sum of RGB (Red+Green+Blue) = 170+153+148=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9994 is #55666B. Grayscale: #9D9D9D. Windows color (decimal): -5596780 or 9738666. OLE color: 9738666.

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

Color convert

RGB 170 153 148 -
CMYK 0 0.1 0.13 0.33
HSL 13.64º 0.11% 0.62% -
HSV(B) 13.64º 0.13% 0.67% -
XYZ 33.31 33.47 32.72 -
YUV 157.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 170 153 148 0 0.1 0.13 0.33 13.64 0.11 0.62
Hex AA 99 94 0 A D 21 E B 3E
Octal 252 231 224 0 12 15 41 16 13 76
Binary 10101010 10011001 10010100 0 1010 1101 100001 1110 1011 111110

Color Harmonies of #AA9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9994

Black with #AA9994

Text Example


Text Example

White with #AA9994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9994; }

 p { color: rgb(170,153,148); }

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

background-color css

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

 a { background-color: rgb(170,153,148); }

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

border-color css

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

 span { border-color: rgb(170,153,148); }

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