Html Css Color HEX #A0AFBB Nepal

📋 copy color: '#A0AFBB'

red 160 ◦ green 175 ◦ blue 187

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

Shades of Nepal #A0AFBB

Tints of Nepal #A0AFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 30.65%
G = 33.52%
B = 35.82%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A0AFBB (or 0xA0AFBB) is known color: Nepal. HEX triplet: A0, AF and BB. RGB value is (160,175,187). Sum of RGB (Red+Green+Blue) = 160+175+187=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #A0AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFBB is #5F5044. Grayscale: #ABABAB. Windows color (decimal): -6246469 or 12300192. OLE color: 12300192.

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

Color convert

RGB 160 175 187 -
CMYK 0.14 0.06 0 0.27
HSL 206.67º 0.17% 0.68% -
HSV(B) 206.67º 0.14% 0.73% -
XYZ 38.8 41.72 53.02 -
YUV 171.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 160 175 187 0.14 0.06 0 0.27 206.67 0.17 0.68
Hex A0 AF BB E 6 0 1B CF 11 44
Octal 240 257 273 16 6 0 33 317 21 104
Binary 10100000 10101111 10111011 1110 110 0 11011 11001111 10001 1000100

Color Harmonies of #A0AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFBB

Black with #A0AFBB

Text Example


Text Example

White with #A0AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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