#AAC8A3

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

Shades of Spring Rain #AAC8A3

Tints of Spring Rain #AAC8A3

Color information

#AAC8A3 (or 0xAAC8A3) is unknown color: approx Spring Rain. HEX triplet: AA, C8 and A3. RGB value is (170,200,163). Sum of RGB (Red+Green+Blue) = 170+200+163=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC8A3 is #55375C. Grayscale: #BABABA. Windows color (decimal): -5584733 or 10733738. OLE color: 10733738.

HSL color Cylindrical-coordinate representation of color #AAC8A3: hue angle of 108.65º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC8A3 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB170200163-
CMYK0.1500.180.22
HSL108.65º25.17%71.18%-
HSV(B)108.65º18.5%78.43%-
XYZ43.8452.542.47-
YUV186.81114.56116.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 200 (78.52% from 255) = 37.52%
BLUE value IS 163 (64.06% from 255) = 30.58%
R=31.89%
G=37.52%
B=30.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001630.1500.180.22108.6525.1771.18
HexAAC8A3F012166d1947
Octal252310243170222615531107
Binary1010101011001000101000111111010010101101101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8A3; }

 p { color: rgb(170,200,163); }

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

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

 a { background-color: rgb(170,200,163); }

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

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

 span { border-color: rgb(170,200,163); }

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