#A4AE9F

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

Shades of Spring Rain #A4AE9F

Tints of Spring Rain #A4AE9F

Color information

#A4AE9F (or 0xA4AE9F) is unknown color: approx Spring Rain. HEX triplet: A4, AE and 9F. RGB value is (164,174,159). Sum of RGB (Red+Green+Blue) = 164+174+159=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AE9F is #5B5160. Grayscale: #A9A9A9. Windows color (decimal): -5984609 or 10464932. OLE color: 10464932.

HSL color Cylindrical-coordinate representation of color #A4AE9F: hue angle of 100º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4AE9F is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB164174159-
CMYK0.0600.090.32
HSL100º8.47%65.29%-
HSV(B)100º8.62%68.24%-
XYZ36.740.6738.72-
YUV169.3122.19124.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=33.00%
G=35.01%
B=31.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641741590.0600.090.321008.4765.29
HexA4AE9F6092064841
Octal24425623760114014410101
Binary10100100101011101001111111001001100000110010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AE9F; }

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

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

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

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

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

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

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

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