#A4B49F

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

Shades of Spring Rain #A4B49F

Tints of Spring Rain #A4B49F

Color information

#A4B49F (or 0xA4B49F) is unknown color: approx Spring Rain. HEX triplet: A4, B4 and 9F. RGB value is (164,180,159). Sum of RGB (Red+Green+Blue) = 164+180+159=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B49F is #5B4B60. Grayscale: #ACACAC. Windows color (decimal): -5983073 or 10466468. OLE color: 10466468.

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

Color convert

RGB164180159-
CMYK0.0900.120.29
HSL105.71º12.28%66.47%-
HSV(B)105.71º11.67%70.59%-
XYZ37.8943.0439.11-
YUV172.82120.2121.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=32.60%
G=35.79%
B=31.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801590.0900.120.29105.7112.2866.47
HexA4B49F90C1D6ac42
Octal244264237110143515214102
Binary10100100101101001001111110010110011101110101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B49F; }

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

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

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

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

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

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

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

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