Html Css Color HEX #A3ADB6 Nepal

📋 copy color: '#A3ADB6'

red 163 ◦ green 173 ◦ blue 182

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

Shades of Nepal #A3ADB6

Tints of Nepal #A3ADB6

RGB

 RED value IS 163 (64.06% from 255) = 31.47%

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

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 31.47%
G = 33.4%
B = 35.14%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A3ADB6 (or 0xA3ADB6) is known color: Nepal. HEX triplet: A3, AD and B6. RGB value is (163,173,182). Sum of RGB (Red+Green+Blue) = 163+173+182=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #A3ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADB6 is #5C5249. Grayscale: #AAAAAA. Windows color (decimal): -6050378 or 11972003. OLE color: 11972003.

HSL color Cylindrical-coordinate representation of color #A3ADB6: hue angle of 208.42º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3ADB6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 173 182 -
CMYK 0.10 0.05 0 0.29
HSL 208.42º 0.12% 0.68% -
HSV(B) 208.42º 0.1% 0.71% -
XYZ 38.49 41.05 50.15 -
YUV 171.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 163 173 182 0.10 0.05 0 0.29 208.42 0.12 0.68
Hex A3 AD B6 A 5 0 1D D0 C 44
Octal 243 255 266 12 5 0 35 320 14 104
Binary 10100011 10101101 10110110 1010 101 0 11101 11010000 1100 1000100

Color Harmonies of #A3ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ADB6

Black with #A3ADB6

Text Example


Text Example

White with #A3ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ADB6; }

 p { color: rgb(163,173,182); }

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

background-color css

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

 a { background-color: rgb(163,173,182); }

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

border-color css

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

 span { border-color: rgb(163,173,182); }

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