Html Css Color HEX #A1AFBE Nepal

📋 copy color: '#A1AFBE'

red 161 ◦ green 175 ◦ blue 190

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

Shades of Nepal #A1AFBE

Tints of Nepal #A1AFBE

RGB

 RED value IS 161 (63.28% from 255) = 30.61%

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

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

R = 30.61%
G = 33.27%
B = 36.12%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A1AFBE (or 0xA1AFBE) is known color: Nepal. HEX triplet: A1, AF and BE. RGB value is (161,175,190). Sum of RGB (Red+Green+Blue) = 161+175+190=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFBE is #5E5041. Grayscale: #ACACAC. Windows color (decimal): -6180930 or 12496801. OLE color: 12496801.

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

Color convert

RGB 161 175 190 -
CMYK 0.15 0.08 0 0.25
HSL 211.03º 0.18% 0.69% -
HSV(B) 211.03º 0.15% 0.75% -
XYZ 39.32 41.95 54.74 -
YUV 172.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 161 175 190 0.15 0.08 0 0.25 211.03 0.18 0.69
Hex A1 AF BE F 8 0 19 D3 12 45
Octal 241 257 276 17 10 0 31 323 22 105
Binary 10100001 10101111 10111110 1111 1000 0 11001 11010011 10010 1000101

Color Harmonies of #A1AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFBE

Black with #A1AFBE

Text Example


Text Example

White with #A1AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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