Html Css Color HEX #A1ADB9 Nepal

📋 copy color: '#A1ADB9'

red 161 ◦ green 173 ◦ blue 185

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

Shades of Nepal #A1ADB9

Tints of Nepal #A1ADB9

RGB

 RED value IS 161 (63.28% from 255) = 31.02%

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

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

R = 31.02%
G = 33.33%
B = 35.65%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A1ADB9 (or 0xA1ADB9) is known color: Nepal. HEX triplet: A1, AD and B9. RGB value is (161,173,185). Sum of RGB (Red+Green+Blue) = 161+173+185=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #A1ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADB9 is #5E5246. Grayscale: #AAAAAA. Windows color (decimal): -6181447 or 12168609. OLE color: 12168609.

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

Color convert

RGB 161 173 185 -
CMYK 0.13 0.06 0 0.27
HSL 210º 0.15% 0.68% -
HSV(B) 210º 0.13% 0.73% -
XYZ 38.4 40.97 51.78 -
YUV 170.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 161 173 185 0.13 0.06 0 0.27 210 0.15 0.68
Hex A1 AD B9 D 6 0 1B D2 F 44
Octal 241 255 271 15 6 0 33 322 17 104
Binary 10100001 10101101 10111001 1101 110 0 11011 11010010 1111 1000100

Color Harmonies of #A1ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADB9

Black with #A1ADB9

Text Example


Text Example

White with #A1ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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