#AEC884

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

Shades of Caper #AEC884

Tints of Caper #AEC884

Color information

#AEC884 (or 0xAEC884) is unknown color: approx Caper. HEX triplet: AE, C8 and 84. RGB value is (174,200,132). Sum of RGB (Red+Green+Blue) = 174+200+132=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC884 is #51377B. Grayscale: #B8B8B8. Windows color (decimal): -5322620 or 8702126. OLE color: 8702126.

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

Color convert

RGB174200132-
CMYK0.1300.340.22
HSL82.94º38.2%65.1%-
HSV(B)82.94º34%78.43%-
XYZ42.2751.9729.63-
YUV184.4798.39120.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=34.39%
G=39.53%
B=26.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001320.1300.340.2282.9438.265.1
HexAEC884D02216532641
Octal256310204150422612346101
Binary101011101100100010000100110101000101011010100111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC884; }

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

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

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

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

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

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

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

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