Html Css Color HEX #AA9EAC Chatelle

📋 copy color: '#AA9EAC'

red 170 ◦ green 158 ◦ blue 172

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

Shades of Chatelle #AA9EAC

Tints of Chatelle #AA9EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 34%
G = 31.6%
B = 34.4%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA9EAC (or 0xAA9EAC) is known color: Chatelle. HEX triplet: AA, 9E and AC. RGB value is (170,158,172). Sum of RGB (Red+Green+Blue) = 170+158+172=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9EAC is #556153. Grayscale: #A3A3A3. Windows color (decimal): -5595476 or 11312810. OLE color: 11312810.

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

Color convert

RGB 170 158 172 -
CMYK 0.01 0.08 0 0.33
HSL 291.43º 0.08% 0.65% -
HSV(B) 291.43º 0.08% 0.67% -
XYZ 36.25 35.98 44.06 -
YUV 163.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 170 158 172 0.01 0.08 0 0.33 291.43 0.08 0.65
Hex AA 9E AC 1 8 0 21 123 8 41
Octal 252 236 254 1 10 0 41 443 10 101
Binary 10101010 10011110 10101100 1 1000 0 100001 100100011 1000 1000001

Color Harmonies of #AA9EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EAC

Black with #AA9EAC

Text Example


Text Example

White with #AA9EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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