#AA9CAD

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

Shades of Chatelle #AA9CAD

Tints of Chatelle #AA9CAD

Color information

#AA9CAD (or 0xAA9CAD) is unknown color: approx Chatelle. HEX triplet: AA, 9C and AD. RGB value is (170,156,173). Sum of RGB (Red+Green+Blue) = 170+156+173=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA9CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CAD is #556352. Grayscale: #A2A2A2. Windows color (decimal): -5595987 or 11377834. OLE color: 11377834.

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

Color convert

RGB170156173-
CMYK0.020.1000.32
HSL289.41º9.39%64.51%-
HSV(B)289.41º9.83%67.84%-
XYZ36.0135.3444.46-
YUV162.12134.14133.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=34.07%
G=31.26%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701561730.020.1000.32289.419.3964.51
HexAA9CAD2A020121941
Octal25223425521204044111101
Binary101010101001110010101101101010010000010010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CAD; }

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

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

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

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

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

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

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

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