#A8B69F

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

Shades of Spring Rain #A8B69F

Tints of Spring Rain #A8B69F

Color information

#A8B69F (or 0xA8B69F) is unknown color: approx Spring Rain. HEX triplet: A8, B6 and 9F. RGB value is (168,182,159). Sum of RGB (Red+Green+Blue) = 168+182+159=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B69F is #574960. Grayscale: #AFAFAF. Windows color (decimal): -5720417 or 10466984. OLE color: 10466984.

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

Color convert

RGB168182159-
CMYK0.0800.130.29
HSL96.52º13.61%66.86%-
HSV(B)96.52º12.64%71.37%-
XYZ39.1344.2839.29-
YUV175.19118.86122.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=33.01%
G=35.76%
B=31.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821590.0800.130.2996.5213.6166.86
HexA8B69F80D1D61e43
Octal250266237100153514116103
Binary10101000101101101001111110000110111101110000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B69F; }

 p { color: rgb(168,182,159); }

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

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

 a { background-color: rgb(168,182,159); }

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

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

 span { border-color: rgb(168,182,159); }

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