#99ACAD

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

Shades of Hit Grey #99ACAD

Tints of Hit Grey #99ACAD

Color information

#99ACAD (or 0x99ACAD) is unknown color: approx Hit Grey. HEX triplet: 99, AC and AD. RGB value is (153,172,173). Sum of RGB (Red+Green+Blue) = 153+172+173=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #99ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACAD is #665352. Grayscale: #A6A6A6. Windows color (decimal): -6706003 or 11381913. OLE color: 11381913.

HSL color Cylindrical-coordinate representation of color #99ACAD: hue angle of 183º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99ACAD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153172173-
CMYK0.120.0100.32
HSL183º10.87%63.92%-
HSV(B)183º11.56%67.84%-
XYZ35.4339.2945.25-
YUV166.43131.71118.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=30.72%
G=34.54%
B=34.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531721730.120.0100.3218310.8763.92
Hex99ACADC1020b7b40
Octal23125425514104026713100
Binary1001100110101100101011011100101000001011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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