#A6B69D

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

Shades of Spring Rain #A6B69D

Tints of Spring Rain #A6B69D

Color information

#A6B69D (or 0xA6B69D) is unknown color: approx Spring Rain. HEX triplet: A6, B6 and 9D. RGB value is (166,182,157). Sum of RGB (Red+Green+Blue) = 166+182+157=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B69D is #594962. Grayscale: #AEAEAE. Windows color (decimal): -5851491 or 10335910. OLE color: 10335910.

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

Color convert

RGB166182157-
CMYK0.0900.140.29
HSL98.4º14.62%66.47%-
HSV(B)98.4º13.74%71.37%-
XYZ38.544438.36-
YUV174.37118.2122.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=32.87%
G=36.04%
B=31.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821570.0900.140.2998.414.6266.47
HexA6B69D90E1D62f42
Octal246266235110163514217102
Binary10100110101101101001110110010111011101110001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B69D; }

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

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

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

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

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

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

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

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