#AA9BB0

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

Shades of Chatelle #AA9BB0

Tints of Chatelle #AA9BB0

Color information

#AA9BB0 (or 0xAA9BB0) is unknown color: approx Chatelle. HEX triplet: AA, 9B and B0. RGB value is (170,155,176). Sum of RGB (Red+Green+Blue) = 170+155+176=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA9BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BB0 is #55644F. Grayscale: #A1A1A1. Windows color (decimal): -5596240 or 11574186. OLE color: 11574186.

HSL color Cylindrical-coordinate representation of color #AA9BB0: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9BB0 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170155176-
CMYK0.030.1200.31
HSL282.86º11.73%64.9%-
HSV(B)282.86º11.93%69.02%-
XYZ36.1435.1245.95-
YUV161.88135.97133.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=33.93%
G=30.94%
B=35.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701551760.030.1200.31282.8611.7364.9
HexAA9BB03C01F11bc41
Octal25223326031403743314101
Binary10101010100110111011000011110001111110001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BB0; }

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

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

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

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

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

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

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

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