#AAA4AB

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

Shades of Chatelle #AAA4AB

Tints of Chatelle #AAA4AB

Color information

#AAA4AB (or 0xAAA4AB) is unknown color: approx Chatelle. HEX triplet: AA, A4 and AB. RGB value is (170,164,171). Sum of RGB (Red+Green+Blue) = 170+164+171=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA4AB is #555B54. Grayscale: #A6A6A6. Windows color (decimal): -5593941 or 11248810. OLE color: 11248810.

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

Color convert

RGB170164171-
CMYK0.010.0400.33
HSL291.43º4%65.69%-
HSV(B)291.43º4.09%67.06%-
XYZ37.238.0443.91-
YUV166.59130.49130.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=33.66%
G=32.48%
B=33.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701641710.010.0400.33291.43465.69
HexAAA4AB14021123442
Octal252244253140414434102
Binary101010101010010010101011110001000011001000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4AB; }

 p { color: rgb(170,164,171); }

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

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

 a { background-color: rgb(170,164,171); }

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

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

 span { border-color: rgb(170,164,171); }

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