#AECC86

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

Shades of Caper #AECC86

Tints of Caper #AECC86

Color information

#AECC86 (or 0xAECC86) is unknown color: approx Caper. HEX triplet: AE, CC and 86. RGB value is (174,204,134). Sum of RGB (Red+Green+Blue) = 174+204+134=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC86 is #513379. Grayscale: #BBBBBB. Windows color (decimal): -5321594 or 8834222. OLE color: 8834222.

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

Color convert

RGB174204134-
CMYK0.1500.340.2
HSL85.71º40.7%66.27%-
HSV(B)85.71º34.31%80%-
XYZ43.3553.9130.67-
YUV187.0598.06118.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=33.98%
G=39.84%
B=26.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041340.1500.340.285.7140.766.27
HexAECC86F02214562942
Octal256314206170422412651102
Binary101011101100110010000110111101000101010010101101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC86; }

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

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

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

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

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

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

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

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