#AEC686

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

Shades of Caper #AEC686

Tints of Caper #AEC686

Color information

#AEC686 (or 0xAEC686) is unknown color: approx Caper. HEX triplet: AE, C6 and 86. RGB value is (174,198,134). Sum of RGB (Red+Green+Blue) = 174+198+134=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC686 is #513979. Grayscale: #B7B7B7. Windows color (decimal): -5323130 or 8832686. OLE color: 8832686.

HSL color Cylindrical-coordinate representation of color #AEC686: hue angle of 82.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC686 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB174198134-
CMYK0.1200.320.22
HSL82.5º35.96%65.1%-
HSV(B)82.5º32.32%77.65%-
XYZ41.9551.1130.21-
YUV183.53100.05121.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=34.39%
G=39.13%
B=26.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981340.1200.320.2282.535.9665.1
HexAEC686C02016522441
Octal256306206140402612244101
Binary101011101100011010000110110001000001011010100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC686; }

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

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

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

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

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

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

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

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