Html Css Color HEX #A0AEBC Nepal

📋 copy color: '#A0AEBC'

red 160 ◦ green 174 ◦ blue 188

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

Shades of Nepal #A0AEBC

Tints of Nepal #A0AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.33%

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

R = 30.65%
G = 33.33%
B = 36.02%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A0AEBC (or 0xA0AEBC) is known color: Nepal. HEX triplet: A0, AE and BC. RGB value is (160,174,188). Sum of RGB (Red+Green+Blue) = 160+174+188=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEBC is #5F5143. Grayscale: #ABABAB. Windows color (decimal): -6246724 or 12365472. OLE color: 12365472.

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

Color convert

RGB 160 174 188 -
CMYK 0.15 0.07 0 0.26
HSL 210º 0.17% 0.68% -
HSV(B) 210º 0.15% 0.74% -
XYZ 38.71 41.38 53.52 -
YUV 171.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 160 174 188 0.15 0.07 0 0.26 210 0.17 0.68
Hex A0 AE BC F 7 0 1A D2 11 44
Octal 240 256 274 17 7 0 32 322 21 104
Binary 10100000 10101110 10111100 1111 111 0 11010 11010010 10001 1000100

Color Harmonies of #A0AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AEBC

Black with #A0AEBC

Text Example


Text Example

White with #A0AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AEBC; }

 p { color: rgb(160,174,188); }

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

background-color css

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

 a { background-color: rgb(160,174,188); }

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

border-color css

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

 span { border-color: rgb(160,174,188); }

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