#AEBC7C

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

Shades of Caper #AEBC7C

Tints of Caper #AEBC7C

Color information

#AEBC7C (or 0xAEBC7C) is unknown color: approx Caper. HEX triplet: AE, BC and 7C. RGB value is (174,188,124). Sum of RGB (Red+Green+Blue) = 174+188+124=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC7C is #514383. Grayscale: #B0B0B0. Windows color (decimal): -5325700 or 8174766. OLE color: 8174766.

HSL color Cylindrical-coordinate representation of color #AEBC7C: hue angle of 73.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEBC7C is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB174188124-
CMYK0.0700.340.26
HSL73.12º32.32%61.18%-
HSV(B)73.12º34.04%73.73%-
XYZ39.0846.4225.97-
YUV176.5298.36126.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=35.80%
G=38.68%
B=25.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881240.0700.340.2673.1232.3261.18
HexAEBC7C70221A49203d
Octal2562741747042321114075
Binary101011101011110011111001110100010110101001001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC7C; }

 p { color: rgb(174,188,124); }

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

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

 a { background-color: rgb(174,188,124); }

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

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

 span { border-color: rgb(174,188,124); }

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