#A4AF9E

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

Shades of Spring Rain #A4AF9E

Tints of Spring Rain #A4AF9E

Color information

#A4AF9E (or 0xA4AF9E) is unknown color: approx Spring Rain. HEX triplet: A4, AF and 9E. RGB value is (164,175,158). Sum of RGB (Red+Green+Blue) = 164+175+158=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF9E is #5B5061. Grayscale: #A9A9A9. Windows color (decimal): -5984354 or 10399652. OLE color: 10399652.

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

Color convert

RGB164175158-
CMYK0.0600.100.31
HSL98.82º9.6%65.29%-
HSV(B)98.82º9.71%68.63%-
XYZ36.8141.0238.33-
YUV169.77121.36123.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=33.00%
G=35.21%
B=31.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751580.0600.100.3198.829.665.29
HexA4AF9E60A1F63a41
Octal24425723660123714312101
Binary1010010010101111100111101100101011111110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF9E; }

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

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

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

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

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

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

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

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