#AAC573

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

Shades of Caper #AAC573

Tints of Caper #AAC573

Color information

#AAC573 (or 0xAAC573) is unknown color: approx Caper. HEX triplet: AA, C5 and 73. RGB value is (170,197,115). Sum of RGB (Red+Green+Blue) = 170+197+115=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC573 is #553A8C. Grayscale: #B3B3B3. Windows color (decimal): -5585549 or 7587242. OLE color: 7587242.

HSL color Cylindrical-coordinate representation of color #AAC573: hue angle of 79.76º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC573 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB170197115-
CMYK0.1400.420.23
HSL79.76º41.41%61.18%-
HSV(B)79.76º41.62%77.25%-
XYZ39.6449.7223.73-
YUV179.5891.55121.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 115 (45.31% from 255) = 23.86%
R=35.27%
G=40.87%
B=23.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971150.1400.420.2379.7641.4161.18
HexAAC573E02A1750293d
Octal25230516316052271205175
Binary1010101011000101111001111100101010101111010000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC573; }

 p { color: rgb(170,197,115); }

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

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

 a { background-color: rgb(170,197,115); }

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

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

 span { border-color: rgb(170,197,115); }

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