#AACA76

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

Shades of Caper #AACA76

Tints of Caper #AACA76

Color information

#AACA76 (or 0xAACA76) is unknown color: approx Caper. HEX triplet: AA, CA and 76. RGB value is (170,202,118). Sum of RGB (Red+Green+Blue) = 170+202+118=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA76 is #553589. Grayscale: #B7B7B7. Windows color (decimal): -5584266 or 7785130. OLE color: 7785130.

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

Color convert

RGB170202118-
CMYK0.1600.420.21
HSL82.86º44.21%62.75%-
HSV(B)82.86º41.58%79.22%-
XYZ40.9752.125.04-
YUV182.8691.4118.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 118 (46.48% from 255) = 24.08%
R=34.69%
G=41.22%
B=24.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021180.1600.420.2182.8644.2162.75
HexAACA761002A15532c3f
Octal25231216620052251235477
Binary10101010110010101110110100000101010101011010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA76; }

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

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

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

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

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

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

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

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