#AA9CB1

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

Shades of Chatelle #AA9CB1

Tints of Chatelle #AA9CB1

Color information

#AA9CB1 (or 0xAA9CB1) is unknown color: approx Chatelle. HEX triplet: AA, 9C and B1. RGB value is (170,156,177). Sum of RGB (Red+Green+Blue) = 170+156+177=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA9CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CB1 is #55634E. Grayscale: #A2A2A2. Windows color (decimal): -5595983 or 11639978. OLE color: 11639978.

HSL color Cylindrical-coordinate representation of color #AA9CB1: hue angle of 280º 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 #AA9CB1 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170156177-
CMYK0.040.1200.31
HSL280º11.86%65.29%-
HSV(B)280º11.86%69.41%-
XYZ36.435.546.53-
YUV162.58136.14133.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=33.80%
G=31.01%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701561770.040.1200.3128011.8665.29
HexAA9CB14C01F118c41
Octal25223426141403743014101
Binary101010101001110010110001100110001111110001100011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CB1; }

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

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

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

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

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

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

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

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