#A3AAB0

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

Shades of Grey Chateau #A3AAB0

Tints of Grey Chateau #A3AAB0

Color information

#A3AAB0 (or 0xA3AAB0) is unknown color: approx Grey Chateau. HEX triplet: A3, AA and B0. RGB value is (163,170,176). Sum of RGB (Red+Green+Blue) = 163+170+176=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 176 - color contains mainly: blue. Hex color #A3AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAB0 is #5C554F. Grayscale: #A8A8A8. Windows color (decimal): -6051152 or 11578019. OLE color: 11578019.

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

Color convert

RGB163170176-
CMYK0.070.0300.31
HSL207.69º7.6%66.47%-
HSV(B)207.69º7.39%69.02%-
XYZ37.3239.6746.76-
YUV168.59132.18124.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 176 (69.14% from 255) = 34.58%
R=32.02%
G=33.40%
B=34.58%

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
Decimal1631701760.070.0300.31207.697.666.47
HexA3AAB07301Fd0842
Octal2432522607303732010102
Binary101000111010101010110000111110111111101000010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AAB0; }

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

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

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

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

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

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

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

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