#A6B49F

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

Shades of Spring Rain #A6B49F

Tints of Spring Rain #A6B49F

Color information

#A6B49F (or 0xA6B49F) is unknown color: approx Spring Rain. HEX triplet: A6, B4 and 9F. RGB value is (166,180,159). Sum of RGB (Red+Green+Blue) = 166+180+159=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49F is #594B60. Grayscale: #ADADAD. Windows color (decimal): -5852001 or 10466470. OLE color: 10466470.

HSL color Cylindrical-coordinate representation of color #A6B49F: hue angle of 100º 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 #A6B49F is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB166180159-
CMYK0.0800.120.29
HSL100º12.28%66.47%-
HSV(B)100º11.67%70.59%-
XYZ38.3143.2539.13-
YUV173.42119.86122.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=32.87%
G=35.64%
B=31.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801590.0800.120.2910012.2866.47
HexA6B49F80C1D64c42
Octal246264237100143514414102
Binary10100110101101001001111110000110011101110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B49F; }

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

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

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

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

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

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

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

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