#AACFA1

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

Shades of Spring Rain #AACFA1

Tints of Spring Rain #AACFA1

Color information

#AACFA1 (or 0xAACFA1) is unknown color: approx Spring Rain. HEX triplet: AA, CF and A1. RGB value is (170,207,161). Sum of RGB (Red+Green+Blue) = 170+207+161=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFA1 is #55305E. Grayscale: #BEBEBE. Windows color (decimal): -5582943 or 10604458. OLE color: 10604458.

HSL color Cylindrical-coordinate representation of color #AACFA1: hue angle of 108.26º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACFA1 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB170207161-
CMYK0.1800.220.19
HSL108.26º32.39%72.16%-
HSV(B)108.26º22.22%81.18%-
XYZ45.3255.7442.09-
YUV190.69111.24113.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 207 (81.25% from 255) = 38.48%
BLUE value IS 161 (63.28% from 255) = 29.93%
R=31.60%
G=38.48%
B=29.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071610.1800.220.19108.2632.3972.16
HexAACFA112016136c2048
Octal252317241220262315440110
Binary101010101100111110100001100100101101001111011001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFA1; }

 p { color: rgb(170,207,161); }

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

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

 a { background-color: rgb(170,207,161); }

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

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

 span { border-color: rgb(170,207,161); }

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