Html Css Color HEX #A0B0BA Nepal

📋 copy color: '#A0B0BA'

red 160 ◦ green 176 ◦ blue 186

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

Shades of Nepal #A0B0BA

Tints of Nepal #A0B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 30.65%
G = 33.72%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A0B0BA (or 0xA0B0BA) is known color: Nepal. HEX triplet: A0, B0 and BA. RGB value is (160,176,186). Sum of RGB (Red+Green+Blue) = 160+176+186=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0BA is #5F4F45. Grayscale: #ACACAC. Windows color (decimal): -6246214 or 12234912. OLE color: 12234912.

HSL color Cylindrical-coordinate representation of color #A0B0BA: hue angle of 203.08º degrees, saturation: 0.16, 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 #A0B0BA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 176 186 -
CMYK 0.14 0.05 0 0.27
HSL 203.08º 0.16% 0.68% -
HSV(B) 203.08º 0.14% 0.73% -
XYZ 38.89 42.07 52.53 -
YUV 172.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 160 176 186 0.14 0.05 0 0.27 203.08 0.16 0.68
Hex A0 B0 BA E 5 0 1B CB 10 44
Octal 240 260 272 16 5 0 33 313 20 104
Binary 10100000 10110000 10111010 1110 101 0 11011 11001011 10000 1000100

Color Harmonies of #A0B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B0BA

Black with #A0B0BA

Text Example


Text Example

White with #A0B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B0BA; }

 p { color: rgb(160,176,186); }

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

background-color css

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

 a { background-color: rgb(160,176,186); }

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

border-color css

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

 span { border-color: rgb(160,176,186); }

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