#AAC479

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

Shades of Caper #AAC479

Tints of Caper #AAC479

Color information

#AAC479 (or 0xAAC479) is unknown color: approx Caper. HEX triplet: AA, C4 and 79. RGB value is (170,196,121). Sum of RGB (Red+Green+Blue) = 170+196+121=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC479 is #553B86. Grayscale: #B3B3B3. Windows color (decimal): -5585799 or 7980202. OLE color: 7980202.

HSL color Cylindrical-coordinate representation of color #AAC479: hue angle of 80.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC479 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB170196121-
CMYK0.1300.380.23
HSL80.8º38.86%62.16%-
HSV(B)80.8º38.27%76.86%-
XYZ39.7749.4125.53-
YUV179.6894.89121.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 196 (76.95% from 255) = 40.25%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=34.91%
G=40.25%
B=24.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961210.1300.380.2380.838.8662.16
HexAAC479D0261751273e
Octal25230417115046271214776
Binary1010101011000100111100111010100110101111010001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC479; }

 p { color: rgb(170,196,121); }

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

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

 a { background-color: rgb(170,196,121); }

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

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

 span { border-color: rgb(170,196,121); }

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