#A6B69C

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

Shades of Spring Rain #A6B69C

Tints of Spring Rain #A6B69C

Color information

#A6B69C (or 0xA6B69C) is unknown color: approx Spring Rain. HEX triplet: A6, B6 and 9C. RGB value is (166,182,156). Sum of RGB (Red+Green+Blue) = 166+182+156=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B69C is #594963. Grayscale: #AEAEAE. Windows color (decimal): -5851492 or 10270374. OLE color: 10270374.

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

Color convert

RGB166182156-
CMYK0.0900.140.29
HSL96.92º15.12%66.27%-
HSV(B)96.92º14.29%71.37%-
XYZ38.4543.9637.91-
YUV174.25117.7122.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 182 (71.48% from 255) = 36.11%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=32.94%
G=36.11%
B=30.95%

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
Decimal1661821560.0900.140.2996.9215.1266.27
HexA6B69C90E1D61f42
Octal246266234110163514117102
Binary10100110101101101001110010010111011101110000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B69C; }

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

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

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

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

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

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

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

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