Html Css Color HEX #AA9EAE Chatelle

📋 copy color: '#AA9EAE'

red 170 ◦ green 158 ◦ blue 174

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

Shades of Chatelle #AA9EAE

Tints of Chatelle #AA9EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.47%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 33.86%
G = 31.47%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA9EAE (or 0xAA9EAE) is known color: Chatelle. HEX triplet: AA, 9E and AE. RGB value is (170,158,174). Sum of RGB (Red+Green+Blue) = 170+158+174=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA9EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9EAE is #556151. Grayscale: #A3A3A3. Windows color (decimal): -5595474 or 11443882. OLE color: 11443882.

HSL color Cylindrical-coordinate representation of color #AA9EAE: hue angle of 285º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9EAE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 158 174 -
CMYK 0.02 0.09 0 0.32
HSL 285º 0.09% 0.65% -
HSV(B) 285º 0.09% 0.68% -
XYZ 36.44 36.06 45.08 -
YUV 163.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 170 158 174 0.02 0.09 0 0.32 285 0.09 0.65
Hex AA 9E AE 2 9 0 20 11D 9 41
Octal 252 236 256 2 11 0 40 435 11 101
Binary 10101010 10011110 10101110 10 1001 0 100000 100011101 1001 1000001

Color Harmonies of #AA9EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EAE

Black with #AA9EAE

Text Example


Text Example

White with #AA9EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EAE; }

 p { color: rgb(170,158,174); }

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

background-color css

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

 a { background-color: rgb(170,158,174); }

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

border-color css

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

 span { border-color: rgb(170,158,174); }

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