#AACA72

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

Shades of Caper #AACA72

Tints of Caper #AACA72

Color information

#AACA72 (or 0xAACA72) is unknown color: approx Caper. HEX triplet: AA, CA and 72. RGB value is (170,202,114). Sum of RGB (Red+Green+Blue) = 170+202+114=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA72 is #55358D. Grayscale: #B6B6B6. Windows color (decimal): -5584270 or 7522986. OLE color: 7522986.

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

Color convert

RGB170202114-
CMYK0.1600.440.21
HSL81.82º45.36%61.96%-
HSV(B)81.82º43.56%79.22%-
XYZ40.745223.81-
YUV182.489.4119.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=34.98%
G=41.56%
B=23.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021140.1600.440.2181.8245.3661.96
HexAACA721002C15522d3e
Octal25231216220054251225576
Binary10101010110010101110010100000101100101011010010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA72; }

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

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

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

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

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

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

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

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