#A4B99E

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

Shades of Spring Rain #A4B99E

Tints of Spring Rain #A4B99E

Color information

#A4B99E (or 0xA4B99E) is unknown color: approx Spring Rain. HEX triplet: A4, B9 and 9E. RGB value is (164,185,158). Sum of RGB (Red+Green+Blue) = 164+185+158=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B99E is #5B4661. Grayscale: #AFAFAF. Windows color (decimal): -5981794 or 10402212. OLE color: 10402212.

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

Color convert

RGB164185158-
CMYK0.1100.150.27
HSL106.67º16.17%67.25%-
HSV(B)106.67º14.59%72.55%-
XYZ38.8345.0639-
YUV175.64118.04119.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=32.35%
G=36.49%
B=31.16%

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
Decimal1641851580.1100.150.27106.6716.1767.25
HexA4B99EB0F1B6b1043
Octal244271236130173315320103
Binary101001001011100110011110101101111110111101011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B99E; }

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

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

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

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

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

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

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

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