Html Css Color HEX #A0ABB4 Nepal

📋 copy color: '#A0ABB4'

red 160 ◦ green 171 ◦ blue 180

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

Shades of Nepal #A0ABB4

Tints of Nepal #A0ABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 31.31%
G = 33.46%
B = 35.23%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A0ABB4 (or 0xA0ABB4) is known color: Nepal. HEX triplet: A0, AB and B4. RGB value is (160,171,180). Sum of RGB (Red+Green+Blue) = 160+171+180=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #A0ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABB4 is #5F544B. Grayscale: #A8A8A8. Windows color (decimal): -6247500 or 11840416. OLE color: 11840416.

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

Color convert

RGB 160 171 180 -
CMYK 0.11 0.05 0 0.29
HSL 207º 0.12% 0.67% -
HSV(B) 207º 0.11% 0.71% -
XYZ 37.3 39.89 48.91 -
YUV 168.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 160 171 180 0.11 0.05 0 0.29 207 0.12 0.67
Hex A0 AB B4 B 5 0 1D CF C 43
Octal 240 253 264 13 5 0 35 317 14 103
Binary 10100000 10101011 10110100 1011 101 0 11101 11001111 1100 1000011

Color Harmonies of #A0ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABB4

Black with #A0ABB4

Text Example


Text Example

White with #A0ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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