Html Css Color HEX #AA9690 Thatch

📋 copy color: '#AA9690'

red 170 ◦ green 150 ◦ blue 144

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

Shades of Thatch #AA9690

Tints of Thatch #AA9690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

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

R = 36.64%
G = 32.33%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA9690 (or 0xAA9690) is known color: Thatch. HEX triplet: AA, 96 and 90. RGB value is (170,150,144). Sum of RGB (Red+Green+Blue) = 170+150+144=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9690 is #55696F. Grayscale: #9B9B9B. Windows color (decimal): -5597552 or 9475754. OLE color: 9475754.

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

Color convert

RGB 170 150 144 -
CMYK 0 0.12 0.15 0.33
HSL 13.85º 0.13% 0.62% -
HSV(B) 13.85º 0.15% 0.67% -
XYZ 32.52 32.37 30.92 -
YUV 155.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 170 150 144 0 0.12 0.15 0.33 13.85 0.13 0.62
Hex AA 96 90 0 C F 21 E D 3E
Octal 252 226 220 0 14 17 41 16 15 76
Binary 10101010 10010110 10010000 0 1100 1111 100001 1110 1101 111110

Color Harmonies of #AA9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9690

Black with #AA9690

Text Example


Text Example

White with #AA9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9690; }

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

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

background-color css

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

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

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

border-color css

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

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

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