#AECA86

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

Shades of Caper #AECA86

Tints of Caper #AECA86

Color information

#AECA86 (or 0xAECA86) is unknown color: approx Caper. HEX triplet: AE, CA and 86. RGB value is (174,202,134). Sum of RGB (Red+Green+Blue) = 174+202+134=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA86 is #513579. Grayscale: #BABABA. Windows color (decimal): -5322106 or 8833710. OLE color: 8833710.

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

Color convert

RGB174202134-
CMYK0.1400.340.21
HSL84.71º39.08%65.88%-
HSV(B)84.71º33.66%79.22%-
XYZ42.8852.9630.52-
YUV185.8898.72119.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=34.12%
G=39.61%
B=26.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021340.1400.340.2184.7139.0865.88
HexAECA86E02215552742
Octal256312206160422512547102
Binary101011101100101010000110111001000101010110101011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA86; }

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

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

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

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

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

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

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

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