#A0AEAD

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

Shades of Hit Grey #A0AEAD

Tints of Hit Grey #A0AEAD

Color information

#A0AEAD (or 0xA0AEAD) is unknown color: approx Hit Grey. HEX triplet: A0, AE and AD. RGB value is (160,174,173). Sum of RGB (Red+Green+Blue) = 160+174+173=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AEAD is #5F5152. Grayscale: #A9A9A9. Windows color (decimal): -6246739 or 11382432. OLE color: 11382432.

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

Color convert

RGB160174173-
CMYK0.0800.010.32
HSL175.71º7.95%65.49%-
HSV(B)175.71º8.05%68.24%-
XYZ37.1840.7645.44-
YUV169.7129.86121.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=31.56%
G=34.32%
B=34.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601741730.0800.010.32175.717.9565.49
HexA0AEAD80120b0841
Octal24025625510014026010101
Binary1010000010101110101011011000011000001011000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEAD; }

 p { color: rgb(160,174,173); }

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

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

 a { background-color: rgb(160,174,173); }

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

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

 span { border-color: rgb(160,174,173); }

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