#A6B69E

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

Shades of Spring Rain #A6B69E

Tints of Spring Rain #A6B69E

Color information

#A6B69E (or 0xA6B69E) is unknown color: approx Spring Rain. HEX triplet: A6, B6 and 9E. RGB value is (166,182,158). Sum of RGB (Red+Green+Blue) = 166+182+158=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B69E is #594961. Grayscale: #AEAEAE. Windows color (decimal): -5851490 or 10401446. OLE color: 10401446.

HSL color Cylindrical-coordinate representation of color #A6B69E: hue angle of 100º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6B69E is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB166182158-
CMYK0.0900.130.29
HSL100º14.12%66.67%-
HSV(B)100º13.19%71.37%-
XYZ38.6344.0338.81-
YUV174.48118.7121.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=32.81%
G=35.97%
B=31.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821580.0900.130.2910014.1266.67
HexA6B69E90D1D64e43
Octal246266236110153514416103
Binary10100110101101101001111010010110111101110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B69E; }

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

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

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

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

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

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

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

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