#99A4A4

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

Shades of Hit Grey #99A4A4

Tints of Hit Grey #99A4A4

Color information

#99A4A4 (or 0x99A4A4) is unknown color: approx Hit Grey. HEX triplet: 99, A4 and A4. RGB value is (153,164,164). Sum of RGB (Red+Green+Blue) = 153+164+164=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 164 - color contains mainly: green, blue. Hex color #99A4A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A4A4 is #665B5B. Grayscale: #A0A0A0. Windows color (decimal): -6708060 or 10790041. OLE color: 10790041.

HSL color Cylindrical-coordinate representation of color #99A4A4: hue angle of 180º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A4A4 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB153164164-
CMYK0.07000.36
HSL180º5.7%62.16%-
HSV(B)180º6.71%64.31%-
XYZ33.113640.33-
YUV160.71129.86122.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=31.81%
G=34.10%
B=34.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531641640.07000.361805.762.16
Hex99A4A470024b463e
Octal23124424470044264676
Binary1001100110100100101001001110010010010110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A4A4; }

 p { color: rgb(153,164,164); }

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

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

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

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

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

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

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