#AA9EAC

Color #AA9EAC Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #AA9EAC

Tints of Chatelle #AA9EAC

Color information

#AA9EAC (or 0xAA9EAC) is unknown color: approx 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

RGB170158172-
CMYK0.010.0800.33
HSL291.43º7.78%64.71%-
HSV(B)291.43º8.14%67.45%-
XYZ36.2535.9844.06-
YUV163.18132.98132.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701581720.010.0800.33291.437.7864.71
HexAA9EAC18021123841
Octal25223625411004144310101
Binary10101010100111101010110011000010000110010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>