Html Css Color HEX #AA9996 Thatch

📋 copy color: '#AA9996'

red 170 ◦ green 153 ◦ blue 150

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

Shades of Thatch #AA9996

Tints of Thatch #AA9996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 35.94%
G = 32.35%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA9996 (or 0xAA9996) is known color: Thatch. HEX triplet: AA, 99 and 96. RGB value is (170,153,150). Sum of RGB (Red+Green+Blue) = 170+153+150=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9996 is #556669. Grayscale: #9D9D9D. Windows color (decimal): -5596778 or 9869738. OLE color: 9869738.

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

Color convert

RGB 170 153 150 -
CMYK 0 0.1 0.12 0.33
HSL 0.11% 0.63% -
HSV(B) 0.12% 0.67% -
XYZ 33.47 33.53 33.56 -
YUV 157.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 170 153 150 0 0.1 0.12 0.33 9 0.11 0.63
Hex AA 99 96 0 A C 21 9 B 3F
Octal 252 231 226 0 12 14 41 11 13 77
Binary 10101010 10011001 10010110 0 1010 1100 100001 1001 1011 111111

Color Harmonies of #AA9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9996

Black with #AA9996

Text Example


Text Example

White with #AA9996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9996; }

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

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

background-color css

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

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

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

border-color css

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

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

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