#99A6AD

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

Shades of Nepal #99A6AD

Tints of Nepal #99A6AD

Color information

#99A6AD (or 0x99A6AD) is unknown color: approx Nepal. HEX triplet: 99, A6 and AD. RGB value is (153,166,173). Sum of RGB (Red+Green+Blue) = 153+166+173=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #99A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A6AD is #665952. Grayscale: #A2A2A2. Windows color (decimal): -6707539 or 11380377. OLE color: 11380377.

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

Color convert

RGB153166173-
CMYK0.120.0400.32
HSL201º10.87%63.92%-
HSV(B)201º11.56%67.84%-
XYZ34.3237.0644.88-
YUV162.91133.69120.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=31.10%
G=33.74%
B=35.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531661730.120.0400.3220110.8763.92
Hex99A6ADC4020c9b40
Octal23124625514404031113100
Binary100110011010011010101101110010001000001100100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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