#A2B69E

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

Shades of Spring Rain #A2B69E

Tints of Spring Rain #A2B69E

Color information

#A2B69E (or 0xA2B69E) is unknown color: approx Spring Rain. HEX triplet: A2, B6 and 9E. RGB value is (162,182,158). Sum of RGB (Red+Green+Blue) = 162+182+158=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B69E is #5D4961. Grayscale: #ADADAD. Windows color (decimal): -6113634 or 10401442. OLE color: 10401442.

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

Color convert

RGB162182158-
CMYK0.1100.130.29
HSL110º14.12%66.67%-
HSV(B)110º13.19%71.37%-
XYZ37.843.6138.77-
YUV173.28119.37119.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=32.27%
G=36.25%
B=31.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821580.1100.130.2911014.1266.67
HexA2B69EB0D1D6ee43
Octal242266236130153515616103
Binary10100010101101101001111010110110111101110111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B69E; }

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

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

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

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

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

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

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

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