#AEC486

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

Shades of Caper #AEC486

Tints of Caper #AEC486

Color information

#AEC486 (or 0xAEC486) is unknown color: approx Caper. HEX triplet: AE, C4 and 86. RGB value is (174,196,134). Sum of RGB (Red+Green+Blue) = 174+196+134=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC486 is #513B79. Grayscale: #B6B6B6. Windows color (decimal): -5323642 or 8832174. OLE color: 8832174.

HSL color Cylindrical-coordinate representation of color #AEC486: hue angle of 81.29º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC486 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB174196134-
CMYK0.1100.320.23
HSL81.29º34.44%64.71%-
HSV(B)81.29º31.63%76.86%-
XYZ41.550.230.06-
YUV182.35100.71122.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=34.52%
G=38.89%
B=26.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961340.1100.320.2381.2934.4464.71
HexAEC486B02017512241
Octal256304206130402712142101
Binary101011101100010010000110101101000001011110100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC486; }

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

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

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

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

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

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

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

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