#AEC989

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

Shades of Caper #AEC989

Tints of Caper #AEC989

Color information

#AEC989 (or 0xAEC989) is unknown color: approx Caper. HEX triplet: AE, C9 and 89. RGB value is (174,201,137). Sum of RGB (Red+Green+Blue) = 174+201+137=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC989 is #513676. Grayscale: #B9B9B9. Windows color (decimal): -5322359 or 9030062. OLE color: 9030062.

HSL color Cylindrical-coordinate representation of color #AEC989: hue angle of 85.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC989 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB174201137-
CMYK0.1300.320.21
HSL85.31º37.21%66.27%-
HSV(B)85.31º31.84%78.82%-
XYZ42.8652.5831.56-
YUV185.63100.55119.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=33.98%
G=39.26%
B=26.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011370.1300.320.2185.3137.2166.27
HexAEC989D02015552542
Octal256311211150402512545102
Binary101011101100100110001001110101000001010110101011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC989; }

 p { color: rgb(174,201,137); }

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

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

 a { background-color: rgb(174,201,137); }

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

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

 span { border-color: rgb(174,201,137); }

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