Html Css Color HEX #A0AEBA Nepal

📋 copy color: '#A0AEBA'

red 160 ◦ green 174 ◦ blue 186

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

Shades of Nepal #A0AEBA

Tints of Nepal #A0AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 30.77%
G = 33.46%
B = 35.77%

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

#A0AEBA (or 0xA0AEBA) is known color: Nepal. HEX triplet: A0, AE and BA. RGB value is (160,174,186). Sum of RGB (Red+Green+Blue) = 160+174+186=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEBA is #5F5145. Grayscale: #ABABAB. Windows color (decimal): -6246726 or 12234400. OLE color: 12234400.

HSL color Cylindrical-coordinate representation of color #A0AEBA: hue angle of 207.69º degrees, saturation: 0.16, 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 #A0AEBA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 174 186 -
CMYK 0.14 0.06 0 0.27
HSL 207.69º 0.16% 0.68% -
HSV(B) 207.69º 0.14% 0.73% -
XYZ 38.5 41.29 52.4 -
YUV 171.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 160 174 186 0.14 0.06 0 0.27 207.69 0.16 0.68
Hex A0 AE BA E 6 0 1B D0 10 44
Octal 240 256 272 16 6 0 33 320 20 104
Binary 10100000 10101110 10111010 1110 110 0 11011 11010000 10000 1000100

Color Harmonies of #A0AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AEBA

Black with #A0AEBA

Text Example


Text Example

White with #A0AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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