#AEB9A9

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

Shades of Spring Rain #AEB9A9

Tints of Spring Rain #AEB9A9

Color information

#AEB9A9 (or 0xAEB9A9) is unknown color: approx Spring Rain. HEX triplet: AE, B9 and A9. RGB value is (174,185,169). Sum of RGB (Red+Green+Blue) = 174+185+169=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9A9 is #514656. Grayscale: #B3B3B3. Windows color (decimal): -5326423 or 11123118. OLE color: 11123118.

HSL color Cylindrical-coordinate representation of color #AEB9A9: hue angle of 101.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEB9A9 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB174185169-
CMYK0.0600.090.27
HSL101.25º10.26%69.41%-
HSV(B)101.25º8.65%72.55%-
XYZ41.9746.5644.31-
YUV179.89121.86123.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=32.95%
G=35.04%
B=32.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851690.0600.090.27101.2510.2669.41
HexAEB9A96091B65a45
Octal25627125160113314512105
Binary1010111010111001101010011100100111011110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9A9; }

 p { color: rgb(174,185,169); }

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

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

 a { background-color: rgb(174,185,169); }

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

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

 span { border-color: rgb(174,185,169); }

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