Html Css Color HEX #A2ADB8 Nepal

📋 copy color: '#A2ADB8'

red 162 ◦ green 173 ◦ blue 184

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

Shades of Nepal #A2ADB8

Tints of Nepal #A2ADB8

RGB

 RED value IS 162 (63.67% from 255) = 31.21%

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

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

R = 31.21%
G = 33.33%
B = 35.45%

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

#A2ADB8 (or 0xA2ADB8) is known color: Nepal. HEX triplet: A2, AD and B8. RGB value is (162,173,184). Sum of RGB (Red+Green+Blue) = 162+173+184=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 184 - color contains mainly: blue. Hex color #A2ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADB8 is #5D5247. Grayscale: #AAAAAA. Windows color (decimal): -6115912 or 12103074. OLE color: 12103074.

HSL color Cylindrical-coordinate representation of color #A2ADB8: hue angle of 210º degrees, saturation: 0.13, 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 #A2ADB8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 173 184 -
CMYK 0.12 0.06 0 0.28
HSL 210º 0.13% 0.68% -
HSV(B) 210º 0.12% 0.72% -
XYZ 38.5 41.03 51.24 -
YUV 170.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 162 173 184 0.12 0.06 0 0.28 210 0.13 0.68
Hex A2 AD B8 C 6 0 1C D2 D 44
Octal 242 255 270 14 6 0 34 322 15 104
Binary 10100010 10101101 10111000 1100 110 0 11100 11010010 1101 1000100

Color Harmonies of #A2ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADB8

Black with #A2ADB8

Text Example


Text Example

White with #A2ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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