#AECD85

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

Shades of Caper #AECD85

Tints of Caper #AECD85

Color information

#AECD85 (or 0xAECD85) is unknown color: approx Caper. HEX triplet: AE, CD and 85. RGB value is (174,205,133). Sum of RGB (Red+Green+Blue) = 174+205+133=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD85 is #51327A. Grayscale: #BBBBBB. Windows color (decimal): -5321339 or 8768942. OLE color: 8768942.

HSL color Cylindrical-coordinate representation of color #AECD85: hue angle of 85.83º 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 #AECD85 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB174205133-
CMYK0.1500.350.20
HSL85.83º41.86%66.27%-
HSV(B)85.83º35.12%80.39%-
XYZ43.5254.3530.39-
YUV187.5297.23118.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=33.98%
G=40.04%
B=25.98%

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
Decimal1742051330.1500.350.2085.8341.8666.27
HexAECD85F02314562a42
Octal256315205170432412652102
Binary101011101100110110000101111101000111010010101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD85; }

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

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

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

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

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

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

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

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