#A4A9AD

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

Shades of Grey Chateau #A4A9AD

Tints of Grey Chateau #A4A9AD

Color information

#A4A9AD (or 0xA4A9AD) is unknown color: approx Grey Chateau. HEX triplet: A4, A9 and AD. RGB value is (164,169,173). Sum of RGB (Red+Green+Blue) = 164+169+173=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: blue. Hex color #A4A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A9AD is #5B5652. Grayscale: #A7A7A7. Windows color (decimal): -5985875 or 11381156. OLE color: 11381156.

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

Color convert

RGB164169173-
CMYK0.050.0200.32
HSL206.67º5.2%66.08%-
HSV(B)206.67º5.2%67.84%-
XYZ37.0439.2945.17-
YUV167.96130.84125.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=32.41%
G=33.40%
B=34.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641691730.050.0200.32206.675.266.08
HexA4A9AD52020cf542
Octal244251255520403175102
Binary101001001010100110101101101100100000110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A9AD; }

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

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

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

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

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

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

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

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