Html Css Color HEX #A0ADB9 Nepal

📋 copy color: '#A0ADB9'

red 160 ◦ green 173 ◦ blue 185

#A0ADB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #A0ADB9

Tints of Nepal #A0ADB9

RGB

 RED value IS 160 (62.89% from 255) = 30.89%

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 185 (72.66% from 255) = 35.71%

R = 30.89%
G = 33.4%
B = 35.71%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A0ADB9 (or 0xA0ADB9) is known color: Nepal. HEX triplet: A0, AD and B9. RGB value is (160,173,185). Sum of RGB (Red+Green+Blue) = 160+173+185=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #A0ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADB9 is #5F5246. Grayscale: #AAAAAA. Windows color (decimal): -6246983 or 12168608. OLE color: 12168608.

HSL color Cylindrical-coordinate representation of color #A0ADB9: hue angle of 208.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0ADB9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 173 185 -
CMYK 0.14 0.06 0 0.27
HSL 208.8º 0.15% 0.68% -
HSV(B) 208.8º 0.14% 0.73% -
XYZ 38.2 40.86 51.77 -
YUV 170.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 160 173 185 0.14 0.06 0 0.27 208.8 0.15 0.68
Hex A0 AD B9 E 6 0 1B D1 F 44
Octal 240 255 271 16 6 0 33 321 17 104
Binary 10100000 10101101 10111001 1110 110 0 11011 11010001 1111 1000100

Color Harmonies of #A0ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADB9

Black with #A0ADB9

Text Example


Text Example

White with #A0ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADB9; }

 p { color: rgb(160,173,185); }

 H1.HeaderClassName
 {
   color: #A0ADB9;
 }
 .AnyTagClassName
 {
   color: #A0ADB9;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #A0ADB9;
 }
 .BgClassName
 {
   background-color: #A0ADB9;
 }
</style>

border-color css

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

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

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