#AAC19E

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

Shades of Spring Rain #AAC19E

Tints of Spring Rain #AAC19E

Color information

#AAC19E (or 0xAAC19E) is unknown color: approx Spring Rain. HEX triplet: AA, C1 and 9E. RGB value is (170,193,158). Sum of RGB (Red+Green+Blue) = 170+193+158=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC19E is #553E61. Grayscale: #B6B6B6. Windows color (decimal): -5586530 or 10404266. OLE color: 10404266.

HSL color Cylindrical-coordinate representation of color #AAC19E: hue angle of 99.43º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAC19E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB170193158-
CMYK0.1200.180.24
HSL99.43º22.01%68.82%-
HSV(B)99.43º18.13%75.69%-
XYZ41.8249.1539.63-
YUV182.13114.38119.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=32.63%
G=37.04%
B=30.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931580.1200.180.2499.4322.0168.82
HexAAC19EC01218631645
Octal252301236140223014326105
Binary1010101011000001100111101100010010110001100011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC19E; }

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

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

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

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

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

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

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

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