#A0ACAB

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

Shades of Hit Grey #A0ACAB

Tints of Hit Grey #A0ACAB

Color information

#A0ACAB (or 0xA0ACAB) is unknown color: approx Hit Grey. HEX triplet: A0, AC and AB. RGB value is (160,172,171). Sum of RGB (Red+Green+Blue) = 160+172+171=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 172 - color contains mainly: green. Hex color #A0ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ACAB is #5F5354. Grayscale: #A8A8A8. Windows color (decimal): -6247253 or 11250848. OLE color: 11250848.

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

Color convert

RGB160172171-
CMYK0.0700.010.33
HSL175º6.74%65.1%-
HSV(B)175º6.98%67.45%-
XYZ36.639.9244.3-
YUV168.3129.52122.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=31.81%
G=34.19%
B=34.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721710.0700.010.331756.7465.1
HexA0ACAB70121af741
Octal240254253701412577101
Binary10100000101011001010101111101100001101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACAB; }

 p { color: rgb(160,172,171); }

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

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

 a { background-color: rgb(160,172,171); }

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

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

 span { border-color: rgb(160,172,171); }

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