#AAC976

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

Shades of Caper #AAC976

Tints of Caper #AAC976

Color information

#AAC976 (or 0xAAC976) is unknown color: approx Caper. HEX triplet: AA, C9 and 76. RGB value is (170,201,118). Sum of RGB (Red+Green+Blue) = 170+201+118=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC976 is #553689. Grayscale: #B6B6B6. Windows color (decimal): -5584522 or 7784874. OLE color: 7784874.

HSL color Cylindrical-coordinate representation of color #AAC976: hue angle of 82.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC976 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB170201118-
CMYK0.1500.410.21
HSL82.41º43.46%62.55%-
HSV(B)82.41º41.29%78.82%-
XYZ40.7351.6324.96-
YUV182.2791.73119.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 201 (78.91% from 255) = 41.10%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=34.76%
G=41.10%
B=24.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011180.1500.410.2182.4143.4662.55
HexAAC976F02915522b3f
Octal25231116617051251225377
Binary1010101011001001111011011110101001101011010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC976; }

 p { color: rgb(170,201,118); }

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

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

 a { background-color: rgb(170,201,118); }

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

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

 span { border-color: rgb(170,201,118); }

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