#AACA7C

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

Shades of Caper #AACA7C

Tints of Caper #AACA7C

Color information

#AACA7C (or 0xAACA7C) is unknown color: approx Caper. HEX triplet: AA, CA and 7C. RGB value is (170,202,124). Sum of RGB (Red+Green+Blue) = 170+202+124=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA7C is #553583. Grayscale: #B7B7B7. Windows color (decimal): -5584260 or 8178346. OLE color: 8178346.

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

Color convert

RGB170202124-
CMYK0.1600.390.21
HSL84.62º42.39%63.92%-
HSV(B)84.62º38.61%79.22%-
XYZ41.3452.2426.97-
YUV183.5494.4118.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 124 (48.83% from 255) = 25%
R=34.27%
G=40.73%
B=25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021240.1600.390.2184.6242.3963.92
HexAACA7C1002715552a40
Octal252312174200472512552100
Binary101010101100101011111001000001001111010110101011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA7C; }

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

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

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

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

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

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

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

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