#AEC48D

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

Shades of Caper #AEC48D

Tints of Caper #AEC48D

Color information

#AEC48D (or 0xAEC48D) is unknown color: approx Caper. HEX triplet: AE, C4 and 8D. RGB value is (174,196,141). Sum of RGB (Red+Green+Blue) = 174+196+141=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC48D is #513B72. Grayscale: #B7B7B7. Windows color (decimal): -5323635 or 9290926. OLE color: 9290926.

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

Color convert

RGB174196141-
CMYK0.1100.280.23
HSL84º31.79%66.08%-
HSV(B)84º28.06%76.86%-
XYZ4250.432.71-
YUV183.15104.21121.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=34.05%
G=38.36%
B=27.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961410.1100.280.238431.7966.08
HexAEC48DB01C17542042
Octal256304215130342712440102
Binary10101110110001001000110110110111001011110101001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC48D; }

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

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

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

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

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

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

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

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