#A4AAB0

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

Shades of Grey Chateau #A4AAB0

Tints of Grey Chateau #A4AAB0

Color information

#A4AAB0 (or 0xA4AAB0) is unknown color: approx Grey Chateau. HEX triplet: A4, AA and B0. RGB value is (164,170,176). Sum of RGB (Red+Green+Blue) = 164+170+176=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 176 - color contains mainly: blue. Hex color #A4AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AAB0 is #5B554F. Grayscale: #A8A8A8. Windows color (decimal): -5985616 or 11578020. OLE color: 11578020.

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

Color convert

RGB164170176-
CMYK0.070.0300.31
HSL210º7.06%66.67%-
HSV(B)210º6.82%69.02%-
XYZ37.5239.7846.77-
YUV168.89132.01124.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=32.16%
G=33.33%
B=34.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641701760.070.0300.312107.0666.67
HexA4AAB07301Fd2743
Octal244252260730373227103
Binary10100100101010101011000011111011111110100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAB0; }

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

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

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

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

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

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

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

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