Html Css Color HEX #AA9CAE Chatelle

📋 copy color: '#AA9CAE'

red 170 ◦ green 156 ◦ blue 174

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

Shades of Chatelle #AA9CAE

Tints of Chatelle #AA9CAE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

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

R = 34%
G = 31.2%
B = 34.8%

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

#AA9CAE (or 0xAA9CAE) is known color: Chatelle. HEX triplet: AA, 9C and AE. RGB value is (170,156,174). Sum of RGB (Red+Green+Blue) = 170+156+174=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA9CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CAE is #556351. Grayscale: #A2A2A2. Windows color (decimal): -5595986 or 11443370. OLE color: 11443370.

HSL color Cylindrical-coordinate representation of color #AA9CAE: hue angle of 286.67º degrees, saturation: 0.1, 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 #AA9CAE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 156 174 -
CMYK 0.02 0.10 0 0.32
HSL 286.67º 0.1% 0.65% -
HSV(B) 286.67º 0.1% 0.68% -
XYZ 36.11 35.38 44.97 -
YUV 162.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 170 156 174 0.02 0.10 0 0.32 286.67 0.1 0.65
Hex AA 9C AE 2 A 0 20 11F A 41
Octal 252 234 256 2 12 0 40 437 12 101
Binary 10101010 10011100 10101110 10 1010 0 100000 100011111 1010 1000001

Color Harmonies of #AA9CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CAE

Black with #AA9CAE

Text Example


Text Example

White with #AA9CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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