#AEC886

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

Shades of Caper #AEC886

Tints of Caper #AEC886

Color information

#AEC886 (or 0xAEC886) is unknown color: approx Caper. HEX triplet: AE, C8 and 86. RGB value is (174,200,134). Sum of RGB (Red+Green+Blue) = 174+200+134=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC886 is #513779. Grayscale: #B8B8B8. Windows color (decimal): -5322618 or 8833198. OLE color: 8833198.

HSL color Cylindrical-coordinate representation of color #AEC886: hue angle of 83.64º degrees, saturation: 0.38, 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 #AEC886 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB174200134-
CMYK0.1300.330.22
HSL83.64º37.5%65.49%-
HSV(B)83.64º33%78.43%-
XYZ42.4152.0330.36-
YUV184.799.39120.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=34.25%
G=39.37%
B=26.38%

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
Decimal1742001340.1300.330.2283.6437.565.49
HexAEC886D02116542641
Octal256310206150412612446101
Binary101011101100100010000110110101000011011010101001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC886; }

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

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

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

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

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

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

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

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