#A4AFA0

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

Shades of Spring Rain #A4AFA0

Tints of Spring Rain #A4AFA0

Color information

#A4AFA0 (or 0xA4AFA0) is unknown color: approx Spring Rain. HEX triplet: A4, AF and A0. RGB value is (164,175,160). Sum of RGB (Red+Green+Blue) = 164+175+160=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AFA0 is #5B505F. Grayscale: #AAAAAA. Windows color (decimal): -5984352 or 10530724. OLE color: 10530724.

HSL color Cylindrical-coordinate representation of color #A4AFA0: hue angle of 104º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4AFA0 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB164175160-
CMYK0.0600.090.31
HSL104º8.57%65.69%-
HSV(B)104º8.57%68.63%-
XYZ36.9841.0939.24-
YUV170122.36123.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=32.87%
G=35.07%
B=32.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751600.0600.090.311048.5765.69
HexA4AFA06091F68942
Octal24425724060113715011102
Binary1010010010101111101000001100100111111110100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFA0; }

 p { color: rgb(164,175,160); }

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

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

 a { background-color: rgb(164,175,160); }

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

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

 span { border-color: rgb(164,175,160); }

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