Html Css Color HEX #A1AFB9 Nepal

📋 copy color: '#A1AFB9'

red 161 ◦ green 175 ◦ blue 185

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

Shades of Nepal #A1AFB9

Tints of Nepal #A1AFB9

RGB

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

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

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

R = 30.9%
G = 33.59%
B = 35.51%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A1AFB9 (or 0xA1AFB9) is known color: Nepal. HEX triplet: A1, AF and B9. RGB value is (161,175,185). Sum of RGB (Red+Green+Blue) = 161+175+185=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #A1AFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFB9 is #5E5046. Grayscale: #ABABAB. Windows color (decimal): -6180935 or 12169121. OLE color: 12169121.

HSL color Cylindrical-coordinate representation of color #A1AFB9: hue angle of 205º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1AFB9 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 175 185 -
CMYK 0.13 0.05 0 0.27
HSL 205º 0.15% 0.68% -
HSV(B) 205º 0.13% 0.73% -
XYZ 38.78 41.74 51.91 -
YUV 171.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 161 175 185 0.13 0.05 0 0.27 205 0.15 0.68
Hex A1 AF B9 D 5 0 1B CD F 44
Octal 241 257 271 15 5 0 33 315 17 104
Binary 10100001 10101111 10111001 1101 101 0 11011 11001101 1111 1000100

Color Harmonies of #A1AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFB9

Black with #A1AFB9

Text Example


Text Example

White with #A1AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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