#AAC880

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

Shades of Caper #AAC880

Tints of Caper #AAC880

Color information

#AAC880 (or 0xAAC880) is unknown color: approx Caper. HEX triplet: AA, C8 and 80. RGB value is (170,200,128). Sum of RGB (Red+Green+Blue) = 170+200+128=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC880 is #55377F. Grayscale: #B7B7B7. Windows color (decimal): -5584768 or 8439978. OLE color: 8439978.

HSL color Cylindrical-coordinate representation of color #AAC880: hue angle of 85º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC880 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB170200128-
CMYK0.1500.360.22
HSL85º39.56%64.31%-
HSV(B)85º36%78.43%-
XYZ41.1351.4128.18-
YUV182.8297.06118.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 200 (78.52% from 255) = 40.16%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=34.14%
G=40.16%
B=25.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001280.1500.360.228539.5664.31
HexAAC880F02416552840
Octal252310200170442612550100
Binary101010101100100010000000111101001001011010101011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC880; }

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

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

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

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

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

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

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

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