#A9ABAD

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

Shades of Grey Chateau #A9ABAD

Tints of Grey Chateau #A9ABAD

Color information

#A9ABAD (or 0xA9ABAD) is unknown color: approx Grey Chateau. HEX triplet: A9, AB and AD. RGB value is (169,171,173). Sum of RGB (Red+Green+Blue) = 169+171+173=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 173 - color contains mainly: blue. Hex color #A9ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ABAD is #565452. Grayscale: #AAAAAA. Windows color (decimal): -5657683 or 11381673. OLE color: 11381673.

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

Color convert

RGB169171173-
CMYK0.020.0100.32
HSL210º2.38%67.06%-
HSV(B)210º2.31%67.84%-
XYZ38.4740.5845.34-
YUV170.63129.34126.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=32.94%
G=33.33%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691711730.020.0100.322102.3867.06
HexA9ABAD21020d2243
Octal251253255210403222103
Binary101010011010101110101101101010000011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABAD; }

 p { color: rgb(169,171,173); }

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

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

 a { background-color: rgb(169,171,173); }

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

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

 span { border-color: rgb(169,171,173); }

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