Html Css Color HEX #A1AEBA Nepal

📋 copy color: '#A1AEBA'

red 161 ◦ green 174 ◦ blue 186

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

Shades of Nepal #A1AEBA

Tints of Nepal #A1AEBA

RGB

 RED value IS 161 (63.28% from 255) = 30.9%

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

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

R = 30.9%
G = 33.4%
B = 35.7%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A1AEBA (or 0xA1AEBA) is known color: Nepal. HEX triplet: A1, AE and BA. RGB value is (161,174,186). Sum of RGB (Red+Green+Blue) = 161+174+186=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #A1AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEBA is #5E5145. Grayscale: #ABABAB. Windows color (decimal): -6181190 or 12234401. OLE color: 12234401.

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

Color convert

RGB 161 174 186 -
CMYK 0.13 0.06 0 0.27
HSL 208.8º 0.15% 0.68% -
HSV(B) 208.8º 0.13% 0.73% -
XYZ 38.7 41.39 52.4 -
YUV 171.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 161 174 186 0.13 0.06 0 0.27 208.8 0.15 0.68
Hex A1 AE BA D 6 0 1B D1 F 44
Octal 241 256 272 15 6 0 33 321 17 104
Binary 10100001 10101110 10111010 1101 110 0 11011 11010001 1111 1000100

Color Harmonies of #A1AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AEBA

Black with #A1AEBA

Text Example


Text Example

White with #A1AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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