#A4AAAF

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

Shades of Grey Chateau #A4AAAF

Tints of Grey Chateau #A4AAAF

Color information

#A4AAAF (or 0xA4AAAF) is unknown color: approx Grey Chateau. HEX triplet: A4, AA and AF. RGB value is (164,170,175). Sum of RGB (Red+Green+Blue) = 164+170+175=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 175 - color contains mainly: blue. Hex color #A4AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AAAF is #5B5550. Grayscale: #A8A8A8. Windows color (decimal): -5985617 or 11512484. OLE color: 11512484.

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

Color convert

RGB164170175-
CMYK0.060.0300.31
HSL207.27º6.43%66.47%-
HSV(B)207.27º6.29%68.63%-
XYZ37.4239.7446.26-
YUV168.78131.51124.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=32.22%
G=33.40%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641701750.060.0300.31207.276.4366.47
HexA4AAAF6301Fcf642
Octal244252257630373176102
Binary10100100101010101010111111011011111110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAAF; }

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

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

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

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

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

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

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

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