#A3B69D

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

Shades of Spring Rain #A3B69D

Tints of Spring Rain #A3B69D

Color information

#A3B69D (or 0xA3B69D) is unknown color: approx Spring Rain. HEX triplet: A3, B6 and 9D. RGB value is (163,182,157). Sum of RGB (Red+Green+Blue) = 163+182+157=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B69D is #5C4962. Grayscale: #ADADAD. Windows color (decimal): -6048099 or 10335907. OLE color: 10335907.

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

Color convert

RGB163182157-
CMYK0.1000.140.29
HSL105.6º14.62%66.47%-
HSV(B)105.6º13.74%71.37%-
XYZ37.9243.6838.33-
YUV173.47118.71120.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=32.47%
G=36.25%
B=31.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821570.1000.140.29105.614.6266.47
HexA3B69DA0E1D6af42
Octal243266235120163515217102
Binary10100011101101101001110110100111011101110101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B69D; }

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

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

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

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

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

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

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

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