#AECE7A

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

Shades of Caper #AECE7A

Tints of Caper #AECE7A

Color information

#AECE7A (or 0xAECE7A) is unknown color: approx Caper. HEX triplet: AE, CE and 7A. RGB value is (174,206,122). Sum of RGB (Red+Green+Blue) = 174+206+122=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE7A is #513185. Grayscale: #BBBBBB. Windows color (decimal): -5321094 or 8048302. OLE color: 8048302.

HSL color Cylindrical-coordinate representation of color #AECE7A: hue angle of 82.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AECE7A is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB174206122-
CMYK0.1600.410.19
HSL82.86º46.15%64.31%-
HSV(B)82.86º40.78%80.78%-
XYZ43.0454.5526.67-
YUV186.8691.4118.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=34.66%
G=41.04%
B=24.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061220.1600.410.1982.8646.1564.31
HexAECE7A1002913532e40
Octal256316172200512312356100
Binary101011101100111011110101000001010011001110100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE7A; }

 p { color: rgb(174,206,122); }

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

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

 a { background-color: rgb(174,206,122); }

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

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

 span { border-color: rgb(174,206,122); }

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