#A1AAAA

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

Shades of Hit Grey #A1AAAA

Tints of Hit Grey #A1AAAA

Color information

#A1AAAA (or 0xA1AAAA) is unknown color: approx Hit Grey. HEX triplet: A1, AA and AA. RGB value is (161,170,170). Sum of RGB (Red+Green+Blue) = 161+170+170=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A1AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAAA is #5E5555. Grayscale: #A7A7A7. Windows color (decimal): -6182230 or 11184801. OLE color: 11184801.

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

Color convert

RGB161170170-
CMYK0.05000.33
HSL180º5.03%64.9%-
HSV(B)180º5.29%66.67%-
XYZ36.3339.2343.69-
YUV167.31129.52123.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=32.14%
G=33.93%
B=33.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701700.05000.331805.0364.9
HexA1AAAA50021b4541
Octal241252252500412645101
Binary10100001101010101010101010100100001101101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAAA; }

 p { color: rgb(161,170,170); }

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

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

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

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

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

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

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