#A4B39F

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

Shades of Spring Rain #A4B39F

Tints of Spring Rain #A4B39F

Color information

#A4B39F (or 0xA4B39F) is unknown color: approx Spring Rain. HEX triplet: A4, B3 and 9F. RGB value is (164,179,159). Sum of RGB (Red+Green+Blue) = 164+179+159=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B39F is #5B4C60. Grayscale: #ACACAC. Windows color (decimal): -5983329 or 10466212. OLE color: 10466212.

HSL color Cylindrical-coordinate representation of color #A4B39F: hue angle of 105º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4B39F is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB164179159-
CMYK0.0800.110.30
HSL105º11.63%66.27%-
HSV(B)105º11.17%70.2%-
XYZ37.6942.6439.04-
YUV172.24120.53122.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=32.67%
G=35.66%
B=31.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641791590.0800.110.3010511.6366.27
HexA4B39F80B1E69c42
Octal244263237100133615114102
Binary10100100101100111001111110000101111110110100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B39F; }

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

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

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

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

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

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

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

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