#99ACAC

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

Shades of Hit Grey #99ACAC

Tints of Hit Grey #99ACAC

Color information

#99ACAC (or 0x99ACAC) is unknown color: approx Hit Grey. HEX triplet: 99, AC and AC. RGB value is (153,172,172). Sum of RGB (Red+Green+Blue) = 153+172+172=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #99ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACAC is #665353. Grayscale: #A6A6A6. Windows color (decimal): -6706004 or 11316377. OLE color: 11316377.

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

Color convert

RGB153172172-
CMYK0.11000.33
HSL180º10.27%63.73%-
HSV(B)180º11.05%67.45%-
XYZ35.3439.2644.74-
YUV166.32131.21118.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=30.78%
G=34.61%
B=34.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721720.11000.3318010.2763.73
Hex99ACACB0021b4a40
Octal23125425413004126412100
Binary1001100110101100101011001011001000011011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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