Html Css Color HEX #A0B0C0 Nepal

📋 copy color: '#A0B0C0'

red 160 ◦ green 176 ◦ blue 192

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

Shades of Nepal #A0B0C0

Tints of Nepal #A0B0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 30.3%
G = 33.33%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0B0C0 (or 0xA0B0C0) is known color: Nepal. HEX triplet: A0, B0 and C0. RGB value is (160,176,192). Sum of RGB (Red+Green+Blue) = 160+176+192=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #A0B0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0C0 is #5F4F3F. Grayscale: #ACACAC. Windows color (decimal): -6246208 or 12628128. OLE color: 12628128.

HSL color Cylindrical-coordinate representation of color #A0B0C0: hue angle of 210º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0B0C0 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 176 192 -
CMYK 0.17 0.08 0 0.25
HSL 210º 0.2% 0.69% -
HSV(B) 210º 0.17% 0.75% -
XYZ 39.54 42.33 55.96 -
YUV 173.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 160 176 192 0.17 0.08 0 0.25 210 0.2 0.69
Hex A0 B0 C0 11 8 0 19 D2 14 45
Octal 240 260 300 21 10 0 31 322 24 105
Binary 10100000 10110000 11000000 10001 1000 0 11001 11010010 10100 1000101

Color Harmonies of #A0B0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B0C0

Black with #A0B0C0

Text Example


Text Example

White with #A0B0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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