#A0AE99

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

Shades of Spring Rain #A0AE99

Tints of Spring Rain #A0AE99

Color information

#A0AE99 (or 0xA0AE99) is unknown color: approx Spring Rain. HEX triplet: A0, AE and 99. RGB value is (160,174,153). Sum of RGB (Red+Green+Blue) = 160+174+153=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE99 is #5F5166. Grayscale: #A7A7A7. Windows color (decimal): -6246759 or 10071712. OLE color: 10071712.

HSL color Cylindrical-coordinate representation of color #A0AE99: hue angle of 100º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0AE99 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB160174153-
CMYK0.0800.120.32
HSL100º11.48%64.12%-
HSV(B)100º12.07%68.24%-
XYZ35.3840.0536-
YUV167.42119.86122.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=32.85%
G=35.73%
B=31.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601741530.0800.120.3210011.4864.12
HexA0AE9980C2064b40
Octal240256231100144014413100
Binary101000001010111010011001100001100100000110010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE99; }

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

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

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

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

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

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

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

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