Html Css Color HEX #A0AFBC Nepal

📋 copy color: '#A0AFBC'

red 160 ◦ green 175 ◦ blue 188

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

Shades of Nepal #A0AFBC

Tints of Nepal #A0AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 30.59%
G = 33.46%
B = 35.95%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A0AFBC (or 0xA0AFBC) is known color: Nepal. HEX triplet: A0, AF and BC. RGB value is (160,175,188). Sum of RGB (Red+Green+Blue) = 160+175+188=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFBC is #5F5043. Grayscale: #ABABAB. Windows color (decimal): -6246468 or 12365728. OLE color: 12365728.

HSL color Cylindrical-coordinate representation of color #A0AFBC: hue angle of 207.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0AFBC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 175 188 -
CMYK 0.15 0.07 0 0.26
HSL 207.86º 0.17% 0.68% -
HSV(B) 207.86º 0.15% 0.74% -
XYZ 38.9 41.76 53.59 -
YUV 172 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 160 175 188 0.15 0.07 0 0.26 207.86 0.17 0.68
Hex A0 AF BC F 7 0 1A D0 11 44
Octal 240 257 274 17 7 0 32 320 21 104
Binary 10100000 10101111 10111100 1111 111 0 11010 11010000 10001 1000100

Color Harmonies of #A0AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFBC

Black with #A0AFBC

Text Example


Text Example

White with #A0AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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