#A0AF99

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

Shades of Spring Rain #A0AF99

Tints of Spring Rain #A0AF99

Color information

#A0AF99 (or 0xA0AF99) is unknown color: approx Spring Rain. HEX triplet: A0, AF and 99. RGB value is (160,175,153). Sum of RGB (Red+Green+Blue) = 160+175+153=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF99 is #5F5066. Grayscale: #A8A8A8. Windows color (decimal): -6246503 or 10071968. OLE color: 10071968.

HSL color Cylindrical-coordinate representation of color #A0AF99: hue angle of 100.91º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0AF99 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB160175153-
CMYK0.0900.130.31
HSL100.91º12.09%64.31%-
HSV(B)100.91º12.57%68.63%-
XYZ35.5840.4336.07-
YUV168.01119.53122.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=32.79%
G=35.86%
B=31.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751530.0900.130.31100.9112.0964.31
HexA0AF9990D1F65c40
Octal240257231110153714514100
Binary10100000101011111001100110010110111111110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF99; }

 p { color: rgb(160,175,153); }

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

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

 a { background-color: rgb(160,175,153); }

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

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

 span { border-color: rgb(160,175,153); }

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