#AAA0B0

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

Shades of Chatelle #AAA0B0

Tints of Chatelle #AAA0B0

Color information

#AAA0B0 (or 0xAAA0B0) is unknown color: approx Chatelle. HEX triplet: AA, A0 and B0. RGB value is (170,160,176). Sum of RGB (Red+Green+Blue) = 170+160+176=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 176 - color contains mainly: blue. Hex color #AAA0B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0B0 is #555F4F. Grayscale: #A4A4A4. Windows color (decimal): -5594960 or 11575466. OLE color: 11575466.

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

Color convert

RGB170160176-
CMYK0.030.0900.31
HSL277.5º9.2%65.88%-
HSV(B)277.5º9.09%69.02%-
XYZ36.9836.8246.23-
YUV164.81134.31131.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 160 (62.89% from 255) = 31.62%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=33.60%
G=31.62%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701601760.030.0900.31277.59.265.88
HexAAA0B03901F116942
Octal25224026031103742611102
Binary10101010101000001011000011100101111110001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0B0; }

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

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

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

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

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

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

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

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