Html Css Color HEX #A0ABB3 Nepal

📋 copy color: '#A0ABB3'

red 160 ◦ green 171 ◦ blue 179

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

Shades of Nepal #A0ABB3

Tints of Nepal #A0ABB3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.53%

 BLUE value IS 179 (70.31% from 255) = 35.1%

R = 31.37%
G = 33.53%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A0ABB3 (or 0xA0ABB3) is known color: Nepal. HEX triplet: A0, AB and B3. RGB value is (160,171,179). Sum of RGB (Red+Green+Blue) = 160+171+179=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 179 - color contains mainly: blue. Hex color #A0ABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABB3 is #5F544C. Grayscale: #A8A8A8. Windows color (decimal): -6247501 or 11774880. OLE color: 11774880.

HSL color Cylindrical-coordinate representation of color #A0ABB3: hue angle of 205.26º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0ABB3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 171 179 -
CMYK 0.11 0.04 0 0.30
HSL 205.26º 0.11% 0.66% -
HSV(B) 205.26º 0.11% 0.7% -
XYZ 37.2 39.85 48.38 -
YUV 168.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 160 171 179 0.11 0.04 0 0.30 205.26 0.11 0.66
Hex A0 AB B3 B 4 0 1E CD B 42
Octal 240 253 263 13 4 0 36 315 13 102
Binary 10100000 10101011 10110011 1011 100 0 11110 11001101 1011 1000010

Color Harmonies of #A0ABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABB3

Black with #A0ABB3

Text Example


Text Example

White with #A0ABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABB3; }

 p { color: rgb(160,171,179); }

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

background-color css

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

 a { background-color: rgb(160,171,179); }

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

border-color css

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

 span { border-color: rgb(160,171,179); }

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