#A3B69A

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

Shades of Spring Rain #A3B69A

Tints of Spring Rain #A3B69A

Color information

#A3B69A (or 0xA3B69A) is unknown color: approx Spring Rain. HEX triplet: A3, B6 and 9A. RGB value is (163,182,154). Sum of RGB (Red+Green+Blue) = 163+182+154=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B69A is #5C4965. Grayscale: #ADADAD. Windows color (decimal): -6048102 or 10139299. OLE color: 10139299.

HSL color Cylindrical-coordinate representation of color #A3B69A: hue angle of 100.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3B69A is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB163182154-
CMYK0.1000.150.29
HSL100.71º16.09%65.88%-
HSV(B)100.71º15.38%71.37%-
XYZ37.6643.5837-
YUV173.13117.21120.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=32.67%
G=36.47%
B=30.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821540.1000.150.29100.7116.0965.88
HexA3B69AA0F1D651042
Octal243266232120173514520102
Binary101000111011011010011010101001111111011100101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B69A; }

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

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

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

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

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

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

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

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