#AECD86

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

Shades of Caper #AECD86

Tints of Caper #AECD86

Color information

#AECD86 (or 0xAECD86) is unknown color: approx Caper. HEX triplet: AE, CD and 86. RGB value is (174,205,134). Sum of RGB (Red+Green+Blue) = 174+205+134=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD86 is #513279. Grayscale: #BBBBBB. Windows color (decimal): -5321338 or 8834478. OLE color: 8834478.

HSL color Cylindrical-coordinate representation of color #AECD86: hue angle of 86.2º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AECD86 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB174205134-
CMYK0.1500.350.20
HSL86.2º41.52%66.47%-
HSV(B)86.2º34.63%80.39%-
XYZ43.5954.3830.75-
YUV187.6497.73118.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=33.92%
G=39.96%
B=26.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051340.1500.350.2086.241.5266.47
HexAECD86F02314562a42
Octal256315206170432412652102
Binary101011101100110110000110111101000111010010101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD86; }

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

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

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

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

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

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

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

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