Html Css Color HEX #A1AFBC Nepal

📋 copy color: '#A1AFBC'

red 161 ◦ green 175 ◦ blue 188

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

Shades of Nepal #A1AFBC

Tints of Nepal #A1AFBC

RGB

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

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

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

R = 30.73%
G = 33.4%
B = 35.88%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A1AFBC (or 0xA1AFBC) is known color: Nepal. HEX triplet: A1, AF and BC. RGB value is (161,175,188). Sum of RGB (Red+Green+Blue) = 161+175+188=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFBC is #5E5043. Grayscale: #ACACAC. Windows color (decimal): -6180932 or 12365729. OLE color: 12365729.

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

Color convert

RGB 161 175 188 -
CMYK 0.14 0.07 0 0.26
HSL 208.89º 0.17% 0.68% -
HSV(B) 208.89º 0.14% 0.74% -
XYZ 39.11 41.87 53.6 -
YUV 172.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 161 175 188 0.14 0.07 0 0.26 208.89 0.17 0.68
Hex A1 AF BC E 7 0 1A D1 11 44
Octal 241 257 274 16 7 0 32 321 21 104
Binary 10100001 10101111 10111100 1110 111 0 11010 11010001 10001 1000100

Color Harmonies of #A1AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFBC

Black with #A1AFBC

Text Example


Text Example

White with #A1AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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