#AAC6A4

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

Shades of Spring Rain #AAC6A4

Tints of Spring Rain #AAC6A4

Color information

#AAC6A4 (or 0xAAC6A4) is unknown color: approx Spring Rain. HEX triplet: AA, C6 and A4. RGB value is (170,198,164). Sum of RGB (Red+Green+Blue) = 170+198+164=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC6A4 is #55395B. Grayscale: #B9B9B9. Windows color (decimal): -5585244 or 10798762. OLE color: 10798762.

HSL color Cylindrical-coordinate representation of color #AAC6A4: hue angle of 109.41º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC6A4 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB170198164-
CMYK0.1400.170.22
HSL109.41º22.97%70.98%-
HSV(B)109.41º17.17%77.65%-
XYZ43.4751.6142.79-
YUV185.75115.72116.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 198 (77.73% from 255) = 37.22%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=31.95%
G=37.22%
B=30.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981640.1400.170.22109.4122.9770.98
HexAAC6A4E011166d1747
Octal252306244160212615527107
Binary1010101011000110101001001110010001101101101101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6A4; }

 p { color: rgb(170,198,164); }

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

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

 a { background-color: rgb(170,198,164); }

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

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

 span { border-color: rgb(170,198,164); }

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