#A4B99D

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

Shades of Spring Rain #A4B99D

Tints of Spring Rain #A4B99D

Color information

#A4B99D (or 0xA4B99D) is unknown color: approx Spring Rain. HEX triplet: A4, B9 and 9D. RGB value is (164,185,157). Sum of RGB (Red+Green+Blue) = 164+185+157=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B99D is #5B4662. Grayscale: #AFAFAF. Windows color (decimal): -5981795 or 10336676. OLE color: 10336676.

HSL color Cylindrical-coordinate representation of color #A4B99D: hue angle of 105º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4B99D is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB164185157-
CMYK0.1100.150.27
HSL105º16.67%67.06%-
HSV(B)105º15.14%72.55%-
XYZ38.7445.0238.55-
YUV175.53117.54119.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=32.41%
G=36.56%
B=31.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851570.1100.150.2710516.6767.06
HexA4B99DB0F1B691143
Octal244271235130173315121103
Binary101001001011100110011101101101111110111101001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B99D; }

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

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

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

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

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

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

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

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