#AECC85

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

Shades of Caper #AECC85

Tints of Caper #AECC85

Color information

#AECC85 (or 0xAECC85) is unknown color: approx Caper. HEX triplet: AE, CC and 85. RGB value is (174,204,133). Sum of RGB (Red+Green+Blue) = 174+204+133=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC85 is #51337A. Grayscale: #BBBBBB. Windows color (decimal): -5321595 or 8768686. OLE color: 8768686.

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

Color convert

RGB174204133-
CMYK0.1500.350.2
HSL85.35º41.04%66.08%-
HSV(B)85.35º34.8%80%-
XYZ43.2853.8830.31-
YUV186.9497.56118.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=34.05%
G=39.92%
B=26.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041330.1500.350.285.3541.0466.08
HexAECC85F02314552942
Octal256314205170432412551102
Binary101011101100110010000101111101000111010010101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC85; }

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

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

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

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

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

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

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

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