Html Css Color HEX #A0ACB9 Nepal

📋 copy color: '#A0ACB9'

red 160 ◦ green 172 ◦ blue 185

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

Shades of Nepal #A0ACB9

Tints of Nepal #A0ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.27%

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 30.95%
G = 33.27%
B = 35.78%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A0ACB9 (or 0xA0ACB9) is known color: Nepal. HEX triplet: A0, AC and B9. RGB value is (160,172,185). Sum of RGB (Red+Green+Blue) = 160+172+185=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 185 - color contains mainly: blue. Hex color #A0ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACB9 is #5F5346. Grayscale: #A9A9A9. Windows color (decimal): -6247239 or 12168352. OLE color: 12168352.

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

Color convert

RGB 160 172 185 -
CMYK 0.14 0.07 0 0.27
HSL 211.2º 0.15% 0.68% -
HSV(B) 211.2º 0.14% 0.73% -
XYZ 38.01 40.48 51.71 -
YUV 169.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 160 172 185 0.14 0.07 0 0.27 211.2 0.15 0.68
Hex A0 AC B9 E 7 0 1B D3 F 44
Octal 240 254 271 16 7 0 33 323 17 104
Binary 10100000 10101100 10111001 1110 111 0 11011 11010011 1111 1000100

Color Harmonies of #A0ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ACB9

Black with #A0ACB9

Text Example


Text Example

White with #A0ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ACB9; }

 p { color: rgb(160,172,185); }

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

background-color css

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

 a { background-color: rgb(160,172,185); }

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

border-color css

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

 span { border-color: rgb(160,172,185); }

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