#AA9FAC

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

Shades of Chatelle #AA9FAC

Tints of Chatelle #AA9FAC

Color information

#AA9FAC (or 0xAA9FAC) is unknown color: approx Chatelle. HEX triplet: AA, 9F and AC. RGB value is (170,159,172). Sum of RGB (Red+Green+Blue) = 170+159+172=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FAC is #556053. Grayscale: #A3A3A3. Windows color (decimal): -5595220 or 11313066. OLE color: 11313066.

HSL color Cylindrical-coordinate representation of color #AA9FAC: hue angle of 290.77º degrees, saturation: 0.07, 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 #AA9FAC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170159172-
CMYK0.010.0800.33
HSL290.77º7.26%64.9%-
HSV(B)290.77º7.56%67.45%-
XYZ36.4236.3244.12-
YUV163.77132.64132.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=33.93%
G=31.74%
B=34.33%

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
Decimal1701591720.010.0800.33290.777.2664.9
HexAA9FAC18021123741
Octal2522372541100414437101
Binary1010101010011111101011001100001000011001000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FAC; }

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

 H1.HeaderClassName
 {
   color: #AA9FAC;
 }
 .AnyTagClassName
 {
   color: #AA9FAC;
 }
</style>
background-color css

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

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

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

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

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

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