Html Css Color HEX #A2AFB9 Nepal

📋 copy color: '#A2AFB9'

red 162 ◦ green 175 ◦ blue 185

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

Shades of Nepal #A2AFB9

Tints of Nepal #A2AFB9

RGB

 RED value IS 162 (63.67% from 255) = 31.03%

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

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

R = 31.03%
G = 33.52%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A2AFB9 (or 0xA2AFB9) is known color: Nepal. HEX triplet: A2, AF and B9. RGB value is (162,175,185). Sum of RGB (Red+Green+Blue) = 162+175+185=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 185 - color contains mainly: blue. Hex color #A2AFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFB9 is #5D5046. Grayscale: #ACACAC. Windows color (decimal): -6115399 or 12169122. OLE color: 12169122.

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

Color convert

RGB 162 175 185 -
CMYK 0.12 0.05 0 0.27
HSL 206.09º 0.14% 0.68% -
HSV(B) 206.09º 0.12% 0.73% -
XYZ 38.99 41.84 51.92 -
YUV 172.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 162 175 185 0.12 0.05 0 0.27 206.09 0.14 0.68
Hex A2 AF B9 C 5 0 1B CE E 44
Octal 242 257 271 14 5 0 33 316 16 104
Binary 10100010 10101111 10111001 1100 101 0 11011 11001110 1110 1000100

Color Harmonies of #A2AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AFB9

Black with #A2AFB9

Text Example


Text Example

White with #A2AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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