#99ADAE

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

Shades of Hit Grey #99ADAE

Tints of Hit Grey #99ADAE

Color information

#99ADAE (or 0x99ADAE) is unknown color: approx Hit Grey. HEX triplet: 99, AD and AE. RGB value is (153,173,174). Sum of RGB (Red+Green+Blue) = 153+173+174=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #99ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADAE is #665251. Grayscale: #A7A7A7. Windows color (decimal): -6705746 or 11447705. OLE color: 11447705.

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

Color convert

RGB153173174-
CMYK0.120.0100.32
HSL182.86º11.48%64.12%-
HSV(B)182.86º12.07%68.24%-
XYZ35.7239.7245.83-
YUV167.13131.87117.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=30.6%
G=34.6%
B=34.8%

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
Decimal1531731740.120.0100.32182.8611.4864.12
Hex99ADAEC1020b7b40
Octal23125525614104026713100
Binary1001100110101101101011101100101000001011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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