#AAA5B1

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

Shades of Chatelle #AAA5B1

Tints of Chatelle #AAA5B1

Color information

#AAA5B1 (or 0xAAA5B1) is unknown color: approx Chatelle. HEX triplet: AA, A5 and B1. RGB value is (170,165,177). Sum of RGB (Red+Green+Blue) = 170+165+177=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAA5B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5B1 is #555A4E. Grayscale: #A7A7A7. Windows color (decimal): -5593679 or 11642282. OLE color: 11642282.

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

Color convert

RGB170165177-
CMYK0.040.0700.31
HSL265º7.14%67.06%-
HSV(B)265º6.78%69.41%-
XYZ37.9738.6347.05-
YUV167.86133.16129.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=33.20%
G=32.23%
B=34.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701651770.040.0700.312657.1467.06
HexAAA5B14701F109743
Octal252245261470374117103
Binary1010101010100101101100011001110111111000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5B1; }

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

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

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

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

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

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

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

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