#A0A4AA

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

Shades of Grey Chateau #A0A4AA

Tints of Grey Chateau #A0A4AA

Color information

#A0A4AA (or 0xA0A4AA) is unknown color: approx Grey Chateau. HEX triplet: A0, A4 and AA. RGB value is (160,164,170). Sum of RGB (Red+Green+Blue) = 160+164+170=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: blue. Hex color #A0A4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A4AA is #5F5B55. Grayscale: #A3A3A3. Windows color (decimal): -6249302 or 11183264. OLE color: 11183264.

HSL color Cylindrical-coordinate representation of color #A0A4AA: hue angle of 216º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0A4AA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160164170-
CMYK0.060.0400.33
HSL216º5.56%64.71%-
HSV(B)216º5.88%66.67%-
XYZ35.0336.9343.31-
YUV163.49131.67125.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=32.39%
G=33.20%
B=34.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601641700.060.0400.332165.5664.71
HexA0A4AA64021d8641
Octal240244252640413306101
Binary1010000010100100101010101101000100001110110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A4AA; }

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

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

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

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

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

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

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

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