#AAC576

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

Shades of Caper #AAC576

Tints of Caper #AAC576

Color information

#AAC576 (or 0xAAC576) is unknown color: approx Caper. HEX triplet: AA, C5 and 76. RGB value is (170,197,118). Sum of RGB (Red+Green+Blue) = 170+197+118=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC576 is #553A89. Grayscale: #B4B4B4. Windows color (decimal): -5585546 or 7783850. OLE color: 7783850.

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

Color convert

RGB170197118-
CMYK0.1400.400.23
HSL80.51º40.51%61.76%-
HSV(B)80.51º40.1%77.25%-
XYZ39.8149.7924.65-
YUV179.9293.05120.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 197 (77.34% from 255) = 40.62%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=35.05%
G=40.62%
B=24.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971180.1400.400.2380.5140.5161.76
HexAAC576E0281751293e
Octal25230516616050271215176
Binary1010101011000101111011011100101000101111010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC576; }

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

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

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

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

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

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

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

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