#AACA79

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

Shades of Caper #AACA79

Tints of Caper #AACA79

Color information

#AACA79 (or 0xAACA79) is unknown color: approx Caper. HEX triplet: AA, CA and 79. RGB value is (170,202,121). Sum of RGB (Red+Green+Blue) = 170+202+121=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA79 is #553586. Grayscale: #B7B7B7. Windows color (decimal): -5584263 or 7981738. OLE color: 7981738.

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

Color convert

RGB170202121-
CMYK0.1600.400.21
HSL83.7º43.32%63.33%-
HSV(B)83.7º40.1%79.22%-
XYZ41.1552.1725.99-
YUV183.292.9118.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=34.48%
G=40.97%
B=24.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021210.1600.400.2183.743.3263.33
HexAACA791002815542b3f
Octal25231217120050251245377
Binary10101010110010101111001100000101000101011010100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA79; }

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

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

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

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

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

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

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

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