#AECA71

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

Shades of Caper #AECA71

Tints of Caper #AECA71

Color information

#AECA71 (or 0xAECA71) is unknown color: approx Caper. HEX triplet: AE, CA and 71. RGB value is (174,202,113). Sum of RGB (Red+Green+Blue) = 174+202+113=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECA71 is #51358E. Grayscale: #B7B7B7. Windows color (decimal): -5322127 or 7457454. OLE color: 7457454.

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

Color convert

RGB174202113-
CMYK0.1400.440.21
HSL78.88º45.64%61.76%-
HSV(B)78.88º44.06%79.22%-
XYZ41.5652.4323.55-
YUV183.4888.22121.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=35.58%
G=41.31%
B=23.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021130.1400.440.2178.8845.6461.76
HexAECA71E02C154f2e3e
Octal25631216116054251175676
Binary1010111011001010111000111100101100101011001111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA71; }

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

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

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

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

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

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

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

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