#AEC786

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

Shades of Caper #AEC786

Tints of Caper #AEC786

Color information

#AEC786 (or 0xAEC786) is unknown color: approx Caper. HEX triplet: AE, C7 and 86. RGB value is (174,199,134). Sum of RGB (Red+Green+Blue) = 174+199+134=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC786 is #513879. Grayscale: #B8B8B8. Windows color (decimal): -5322874 or 8832942. OLE color: 8832942.

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

Color convert

RGB174199134-
CMYK0.1300.330.22
HSL83.08º36.72%65.29%-
HSV(B)83.08º32.66%78.04%-
XYZ42.1851.5730.28-
YUV184.1299.72120.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 199 (78.12% from 255) = 39.25%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=34.32%
G=39.25%
B=26.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991340.1300.330.2283.0836.7265.29
HexAEC786D02116532541
Octal256307206150412612345101
Binary101011101100011110000110110101000011011010100111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC786; }

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

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

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

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

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

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

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

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