Html Css Color HEX #AA9692 Thatch

📋 copy color: '#AA9692'

red 170 ◦ green 150 ◦ blue 146

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

Shades of Thatch #AA9692

Tints of Thatch #AA9692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.33%

R = 36.48%
G = 32.19%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA9692 (or 0xAA9692) is known color: Thatch. HEX triplet: AA, 96 and 92. RGB value is (170,150,146). Sum of RGB (Red+Green+Blue) = 170+150+146=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9692 is #55696D. Grayscale: #9B9B9B. Windows color (decimal): -5597550 or 9606826. OLE color: 9606826.

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

Color convert

RGB 170 150 146 -
CMYK 0 0.12 0.14 0.33
HSL 10º 0.12% 0.62% -
HSV(B) 10º 0.14% 0.67% -
XYZ 32.67 32.43 31.73 -
YUV 155.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 170 150 146 0 0.12 0.14 0.33 10 0.12 0.62
Hex AA 96 92 0 C E 21 A C 3E
Octal 252 226 222 0 14 16 41 12 14 76
Binary 10101010 10010110 10010010 0 1100 1110 100001 1010 1100 111110

Color Harmonies of #AA9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9692

Black with #AA9692

Text Example


Text Example

White with #AA9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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