#AECE85

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

Shades of Caper #AECE85

Tints of Caper #AECE85

Color information

#AECE85 (or 0xAECE85) is unknown color: approx Caper. HEX triplet: AE, CE and 85. RGB value is (174,206,133). Sum of RGB (Red+Green+Blue) = 174+206+133=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE85 is #51317A. Grayscale: #BCBCBC. Windows color (decimal): -5321083 or 8769198. OLE color: 8769198.

HSL color Cylindrical-coordinate representation of color #AECE85: hue angle of 86.3º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AECE85 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB174206133-
CMYK0.1600.350.19
HSL86.3º42.69%66.47%-
HSV(B)86.3º35.44%80.78%-
XYZ43.7654.8330.47-
YUV188.1196.9117.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=33.92%
G=40.16%
B=25.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061330.1600.350.1986.342.6966.47
HexAECE851002313562b42
Octal256316205200432312653102
Binary1010111011001110100001011000001000111001110101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE85; }

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

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

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

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

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

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

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

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