#aac1a0

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

Shades of Spring Rain #AAC1A0

Tints of Spring Rain #AAC1A0

Color information

#AAC1A0 (or 0xAAC1A0) is unknown color: approx Spring Rain. HEX triplet: AA, C1 and A0. RGB value is (170,193,160). Sum of RGB (Red+Green+Blue) = 170+193+160=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC1A0 is #553E5F. Grayscale: #B6B6B6. Windows color (decimal): -5586528 or 10535338. OLE color: 10535338.

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

Color convert

RGB170193160-
CMYK0.1200.170.24
HSL101.82º21.02%69.22%-
HSV(B)101.82º17.1%75.69%-
XYZ41.9949.2240.55-
YUV182.36115.38119.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=32.50%
G=36.90%
B=30.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931600.1200.170.24101.8221.0269.22
HexAAC1A0C01118661545
Octal252301240140213014625105
Binary1010101011000001101000001100010001110001100110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aac1a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aac1a0; }

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

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

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

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

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

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

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

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