#99ADAB

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

Shades of Hit Grey #99ADAB

Tints of Hit Grey #99ADAB

Color information

#99ADAB (or 0x99ADAB) is unknown color: approx Hit Grey. HEX triplet: 99, AD and AB. RGB value is (153,173,171). Sum of RGB (Red+Green+Blue) = 153+173+171=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #99ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADAB is #665254. Grayscale: #A6A6A6. Windows color (decimal): -6705749 or 11251097. OLE color: 11251097.

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

Color convert

RGB153173171-
CMYK0.1200.010.32
HSL174º10.87%63.92%-
HSV(B)174º11.56%67.84%-
XYZ35.4339.644.3-
YUV166.79130.37118.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=30.78%
G=34.81%
B=34.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531731710.1200.010.3217410.8763.92
Hex99ADABC0120aeb40
Octal23125525314014025613100
Binary1001100110101101101010111100011000001010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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