#AACA9E

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

Shades of Spring Rain #AACA9E

Tints of Spring Rain #AACA9E

Color information

#AACA9E (or 0xAACA9E) is unknown color: approx Spring Rain. HEX triplet: AA, CA and 9E. RGB value is (170,202,158). Sum of RGB (Red+Green+Blue) = 170+202+158=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA9E is #553561. Grayscale: #BBBBBB. Windows color (decimal): -5584226 or 10406570. OLE color: 10406570.

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

Color convert

RGB170202158-
CMYK0.1600.220.21
HSL103.64º29.33%70.59%-
HSV(B)103.64º21.78%79.22%-
XYZ43.8753.2640.31-
YUV187.42111.4115.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=32.08%
G=38.11%
B=29.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021580.1600.220.21103.6429.3370.59
HexAACA9E1001615681d47
Octal252312236200262515035107
Binary10101010110010101001111010000010110101011101000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA9E; }

 p { color: rgb(170,202,158); }

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

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

 a { background-color: rgb(170,202,158); }

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

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

 span { border-color: rgb(170,202,158); }

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