#A4B69D

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

Shades of Spring Rain #A4B69D

Tints of Spring Rain #A4B69D

Color information

#A4B69D (or 0xA4B69D) is unknown color: approx Spring Rain. HEX triplet: A4, B6 and 9D. RGB value is (164,182,157). Sum of RGB (Red+Green+Blue) = 164+182+157=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B69D is #5B4962. Grayscale: #ADADAD. Windows color (decimal): -5982563 or 10335908. OLE color: 10335908.

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

Color convert

RGB164182157-
CMYK0.1000.140.29
HSL103.2º14.62%66.47%-
HSV(B)103.2º13.74%71.37%-
XYZ38.1243.7838.34-
YUV173.77118.54121.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=32.60%
G=36.18%
B=31.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641821570.1000.140.29103.214.6266.47
HexA4B69DA0E1D67f42
Octal244266235120163514717102
Binary10100100101101101001110110100111011101110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B69D; }

 p { color: rgb(164,182,157); }

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

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

 a { background-color: rgb(164,182,157); }

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

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

 span { border-color: rgb(164,182,157); }

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