#A4B29F

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

Shades of Spring Rain #A4B29F

Tints of Spring Rain #A4B29F

Color information

#A4B29F (or 0xA4B29F) is unknown color: approx Spring Rain. HEX triplet: A4, B2 and 9F. RGB value is (164,178,159). Sum of RGB (Red+Green+Blue) = 164+178+159=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B29F is #5B4D60. Grayscale: #ABABAB. Windows color (decimal): -5983585 or 10465956. OLE color: 10465956.

HSL color Cylindrical-coordinate representation of color #A4B29F: hue angle of 104.21º degrees, saturation: 0.11, 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 #A4B29F is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB164178159-
CMYK0.0800.110.30
HSL104.21º10.98%66.08%-
HSV(B)104.21º10.67%69.8%-
XYZ37.4942.2438.98-
YUV171.65120.86122.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=32.73%
G=35.53%
B=31.74%

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
Decimal1641781590.0800.110.30104.2110.9866.08
HexA4B29F80B1E68b42
Octal244262237100133615013102
Binary10100100101100101001111110000101111110110100010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B29F; }

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

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

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

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

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

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

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

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