#AA9BAD

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

Shades of Chatelle #AA9BAD

Tints of Chatelle #AA9BAD

Color information

#AA9BAD (or 0xAA9BAD) is unknown color: approx Chatelle. HEX triplet: AA, 9B and AD. RGB value is (170,155,173). Sum of RGB (Red+Green+Blue) = 170+155+173=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BAD is #556452. Grayscale: #A1A1A1. Windows color (decimal): -5596243 or 11377578. OLE color: 11377578.

HSL color Cylindrical-coordinate representation of color #AA9BAD: hue angle of 290º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9BAD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170155173-
CMYK0.020.1000.32
HSL290º9.89%64.31%-
HSV(B)290º10.4%67.84%-
XYZ35.8435.0144.4-
YUV161.54134.47134.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=34.14%
G=31.12%
B=34.74%

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
Decimal1701551730.020.1000.322909.8964.31
HexAA9BAD2A020122a40
Octal25223325521204044212100
Binary101010101001101110101101101010010000010010001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BAD; }

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

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

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

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

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

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

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

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