Html Css Color HEX #AA9DAE Chatelle

📋 copy color: '#AA9DAE'

red 170 ◦ green 157 ◦ blue 174

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

Shades of Chatelle #AA9DAE

Tints of Chatelle #AA9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.34%

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

R = 33.93%
G = 31.34%
B = 34.73%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA9DAE (or 0xAA9DAE) is known color: Chatelle. HEX triplet: AA, 9D and AE. RGB value is (170,157,174). Sum of RGB (Red+Green+Blue) = 170+157+174=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA9DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DAE is #556251. Grayscale: #A2A2A2. Windows color (decimal): -5595730 or 11443626. OLE color: 11443626.

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

Color convert

RGB 170 157 174 -
CMYK 0.02 0.10 0 0.32
HSL 285.88º 0.09% 0.65% -
HSV(B) 285.88º 0.1% 0.68% -
XYZ 36.27 35.72 45.03 -
YUV 162.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 170 157 174 0.02 0.10 0 0.32 285.88 0.09 0.65
Hex AA 9D AE 2 A 0 20 11E 9 41
Octal 252 235 256 2 12 0 40 436 11 101
Binary 10101010 10011101 10101110 10 1010 0 100000 100011110 1001 1000001

Color Harmonies of #AA9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DAE

Black with #AA9DAE

Text Example


Text Example

White with #AA9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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