#A6B49E

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

Shades of Spring Rain #A6B49E

Tints of Spring Rain #A6B49E

Color information

#A6B49E (or 0xA6B49E) is unknown color: approx Spring Rain. HEX triplet: A6, B4 and 9E. RGB value is (166,180,158). Sum of RGB (Red+Green+Blue) = 166+180+158=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49E is #594B61. Grayscale: #ADADAD. Windows color (decimal): -5852002 or 10400934. OLE color: 10400934.

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

Color convert

RGB166180158-
CMYK0.0800.120.29
HSL98.18º12.79%66.27%-
HSV(B)98.18º12.22%70.59%-
XYZ38.2243.2238.68-
YUV173.31119.36122.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=32.94%
G=35.71%
B=31.35%

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
Decimal1661801580.0800.120.2998.1812.7966.27
HexA6B49E80C1D62d42
Octal246264236100143514215102
Binary10100110101101001001111010000110011101110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B49E; }

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

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

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

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

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

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

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

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