#A4AEB7

Color #A4AEB7 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #A4AEB7

Tints of Nepal #A4AEB7

Color information

#A4AEB7 (or 0xA4AEB7) is unknown color: approx Nepal. HEX triplet: A4, AE and B7. RGB value is (164,174,183). Sum of RGB (Red+Green+Blue) = 164+174+183=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 183 - color contains mainly: blue. Hex color #A4AEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AEB7 is #5B5148. Grayscale: #ABABAB. Windows color (decimal): -5984585 or 12037796. OLE color: 12037796.

HSL color Cylindrical-coordinate representation of color #A4AEB7: hue angle of 208.42º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4AEB7 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB164174183-
CMYK0.100.0500.28
HSL208.42º11.66%68.04%-
HSV(B)208.42º10.38%71.76%-
XYZ38.9941.5850.77-
YUV172.04134.19122.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=31.48%
G=33.40%
B=35.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641741830.100.0500.28208.4211.6668.04
HexA4AEB7A501Cd0c44
Octal24425626712503432014104
Binary10100100101011101011011110101010111001101000011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEB7; }

 p { color: rgb(164,174,183); }

 H1.HeaderClassName
 {
   color: #A4AEB7;
 }
 .AnyTagClassName
 {
   color: #A4AEB7;
 }
</style>
background-color css

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

 a { background-color: rgb(164,174,183); }

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

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

 span { border-color: rgb(164,174,183); }

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