Html Css Color HEX #A0AFBE Nepal

📋 copy color: '#A0AFBE'

red 160 ◦ green 175 ◦ blue 190

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

Shades of Nepal #A0AFBE

Tints of Nepal #A0AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.33%

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 30.48%
G = 33.33%
B = 36.19%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0AFBE (or 0xA0AFBE) is known color: Nepal. HEX triplet: A0, AF and BE. RGB value is (160,175,190). Sum of RGB (Red+Green+Blue) = 160+175+190=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFBE is #5F5041. Grayscale: #ACACAC. Windows color (decimal): -6246466 or 12496800. OLE color: 12496800.

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

Color convert

RGB 160 175 190 -
CMYK 0.16 0.08 0 0.25
HSL 210º 0.19% 0.69% -
HSV(B) 210º 0.16% 0.75% -
XYZ 39.12 41.85 54.73 -
YUV 172.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 160 175 190 0.16 0.08 0 0.25 210 0.19 0.69
Hex A0 AF BE 10 8 0 19 D2 13 45
Octal 240 257 276 20 10 0 31 322 23 105
Binary 10100000 10101111 10111110 10000 1000 0 11001 11010010 10011 1000101

Color Harmonies of #A0AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFBE

Black with #A0AFBE

Text Example


Text Example

White with #A0AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFBE; }

 p { color: rgb(160,175,190); }

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

background-color css

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

 a { background-color: rgb(160,175,190); }

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

border-color css

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

 span { border-color: rgb(160,175,190); }

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