Html Css Color HEX #A0AEBB Nepal

📋 copy color: '#A0AEBB'

red 160 ◦ green 174 ◦ blue 187

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

Shades of Nepal #A0AEBB

Tints of Nepal #A0AEBB

RGB

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

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

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

R = 30.71%
G = 33.4%
B = 35.89%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A0AEBB (or 0xA0AEBB) is known color: Nepal. HEX triplet: A0, AE and BB. RGB value is (160,174,187). Sum of RGB (Red+Green+Blue) = 160+174+187=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #A0AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEBB is #5F5144. Grayscale: #ABABAB. Windows color (decimal): -6246725 or 12299936. OLE color: 12299936.

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

Color convert

RGB 160 174 187 -
CMYK 0.14 0.07 0 0.27
HSL 208.89º 0.17% 0.68% -
HSV(B) 208.89º 0.14% 0.73% -
XYZ 38.6 41.33 52.96 -
YUV 171.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 160 174 187 0.14 0.07 0 0.27 208.89 0.17 0.68
Hex A0 AE BB E 7 0 1B D1 11 44
Octal 240 256 273 16 7 0 33 321 21 104
Binary 10100000 10101110 10111011 1110 111 0 11011 11010001 10001 1000100

Color Harmonies of #A0AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AEBB

Black with #A0AEBB

Text Example


Text Example

White with #A0AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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