#AACA71

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

Shades of Caper #AACA71

Tints of Caper #AACA71

Color information

#AACA71 (or 0xAACA71) is unknown color: approx Caper. HEX triplet: AA, CA and 71. RGB value is (170,202,113). Sum of RGB (Red+Green+Blue) = 170+202+113=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA71 is #55358E. Grayscale: #B6B6B6. Windows color (decimal): -5584271 or 7457450. OLE color: 7457450.

HSL color Cylindrical-coordinate representation of color #AACA71: hue angle of 81.57º degrees, saturation: 0.46, 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 #AACA71 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB170202113-
CMYK0.1600.440.21
HSL81.57º45.64%61.76%-
HSV(B)81.57º44.06%79.22%-
XYZ40.6851.9823.51-
YUV182.2988.9119.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=35.05%
G=41.65%
B=23.30%

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
Decimal1702021130.1600.440.2181.5745.6461.76
HexAACA711002C15522e3e
Octal25231216120054251225676
Binary10101010110010101110001100000101100101011010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA71; }

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

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

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

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

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

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

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

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