#99ADAD

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

Shades of Hit Grey #99ADAD

Tints of Hit Grey #99ADAD

Color information

#99ADAD (or 0x99ADAD) is unknown color: approx Hit Grey. HEX triplet: 99, AD and AD. RGB value is (153,173,173). Sum of RGB (Red+Green+Blue) = 153+173+173=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #99ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADAD is #665252. Grayscale: #A7A7A7. Windows color (decimal): -6705747 or 11382169. OLE color: 11382169.

HSL color Cylindrical-coordinate representation of color #99ADAD: hue angle of 180º 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 #99ADAD is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153173173-
CMYK0.12000.32
HSL180º10.87%63.92%-
HSV(B)180º11.56%67.84%-
XYZ35.6239.6845.32-
YUV167.02131.37118-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=30.66%
G=34.67%
B=34.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531731730.12000.3218010.8763.92
Hex99ADADC0020b4b40
Octal23125525514004026413100
Binary1001100110101101101011011100001000001011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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