Html Css Color HEX #A0ABB6 Nepal

📋 copy color: '#A0ABB6'

red 160 ◦ green 171 ◦ blue 182

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

Shades of Nepal #A0ABB6

Tints of Nepal #A0ABB6

RGB

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

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

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

R = 31.19%
G = 33.33%
B = 35.48%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A0ABB6 (or 0xA0ABB6) is known color: Nepal. HEX triplet: A0, AB and B6. RGB value is (160,171,182). Sum of RGB (Red+Green+Blue) = 160+171+182=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #A0ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABB6 is #5F5449. Grayscale: #A8A8A8. Windows color (decimal): -6247498 or 11971488. OLE color: 11971488.

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

Color convert

RGB 160 171 182 -
CMYK 0.12 0.06 0 0.29
HSL 210º 0.13% 0.67% -
HSV(B) 210º 0.12% 0.71% -
XYZ 37.5 39.98 50 -
YUV 168.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 160 171 182 0.12 0.06 0 0.29 210 0.13 0.67
Hex A0 AB B6 C 6 0 1D D2 D 43
Octal 240 253 266 14 6 0 35 322 15 103
Binary 10100000 10101011 10110110 1100 110 0 11101 11010010 1101 1000011

Color Harmonies of #A0ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABB6

Black with #A0ABB6

Text Example


Text Example

White with #A0ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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