#A2ACAB

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

Shades of Hit Grey #A2ACAB

Tints of Hit Grey #A2ACAB

Color information

#A2ACAB (or 0xA2ACAB) is unknown color: approx Hit Grey. HEX triplet: A2, AC and AB. RGB value is (162,172,171). Sum of RGB (Red+Green+Blue) = 162+172+171=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 172 - color contains mainly: green. Hex color #A2ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ACAB is #5D5354. Grayscale: #A8A8A8. Windows color (decimal): -6116181 or 11250850. OLE color: 11250850.

HSL color Cylindrical-coordinate representation of color #A2ACAB: hue angle of 174º 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 #A2ACAB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB162172171-
CMYK0.0600.010.33
HSL174º5.68%65.49%-
HSV(B)174º5.81%67.45%-
XYZ3740.1344.32-
YUV168.9129.19123.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=32.08%
G=34.06%
B=33.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721710.0600.010.331745.6865.49
HexA2ACAB60121ae641
Octal242254253601412566101
Binary10100010101011001010101111001100001101011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ACAB; }

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

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

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

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

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

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

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

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