#A4ABAA

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

Shades of Hit Grey #A4ABAA

Tints of Hit Grey #A4ABAA

Color information

#A4ABAA (or 0xA4ABAA) is unknown color: approx Hit Grey. HEX triplet: A4, AB and AA. RGB value is (164,171,170). Sum of RGB (Red+Green+Blue) = 164+171+170=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 171 - color contains mainly: green. Hex color #A4ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABAA is #5B5455. Grayscale: #A8A8A8. Windows color (decimal): -5985366 or 11185060. OLE color: 11185060.

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

Color convert

RGB164171170-
CMYK0.0400.010.33
HSL171.43º4%65.69%-
HSV(B)171.43º4.09%67.06%-
XYZ37.1339.9243.78-
YUV168.79128.68124.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=32.48%
G=33.86%
B=33.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711700.0400.010.33171.43465.69
HexA4ABAA40121ab442
Octal244253252401412534102
Binary10100100101010111010101010001100001101010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABAA; }

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

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

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

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

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

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

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

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