Html Css Color HEX #A1ADB8 Nepal

📋 copy color: '#A1ADB8'

red 161 ◦ green 173 ◦ blue 184

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

Shades of Nepal #A1ADB8

Tints of Nepal #A1ADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 31.08%
G = 33.4%
B = 35.52%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A1ADB8 (or 0xA1ADB8) is known color: Nepal. HEX triplet: A1, AD and B8. RGB value is (161,173,184). Sum of RGB (Red+Green+Blue) = 161+173+184=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 184 - color contains mainly: blue. Hex color #A1ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADB8 is #5E5247. Grayscale: #AAAAAA. Windows color (decimal): -6181448 or 12103073. OLE color: 12103073.

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

Color convert

RGB 161 173 184 -
CMYK 0.12 0.06 0 0.28
HSL 208.7º 0.14% 0.68% -
HSV(B) 208.7º 0.13% 0.72% -
XYZ 38.29 40.92 51.23 -
YUV 170.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 161 173 184 0.12 0.06 0 0.28 208.7 0.14 0.68
Hex A1 AD B8 C 6 0 1C D1 E 44
Octal 241 255 270 14 6 0 34 321 16 104
Binary 10100001 10101101 10111000 1100 110 0 11100 11010001 1110 1000100

Color Harmonies of #A1ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADB8

Black with #A1ADB8

Text Example


Text Example

White with #A1ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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