#AEC679

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

Shades of Caper #AEC679

Tints of Caper #AEC679

Color information

#AEC679 (or 0xAEC679) is unknown color: approx Caper. HEX triplet: AE, C6 and 79. RGB value is (174,198,121). Sum of RGB (Red+Green+Blue) = 174+198+121=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC679 is #513986. Grayscale: #B6B6B6. Windows color (decimal): -5323143 or 7980718. OLE color: 7980718.

HSL color Cylindrical-coordinate representation of color #AEC679: hue angle of 78.7º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEC679 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB174198121-
CMYK0.1200.390.22
HSL78.7º40.31%62.55%-
HSV(B)78.7º38.89%77.65%-
XYZ41.150.7725.72-
YUV182.0593.55122.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=35.29%
G=40.16%
B=24.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981210.1200.390.2278.740.3162.55
HexAEC679C027164f283f
Octal25630617114047261175077
Binary1010111011000110111100111000100111101101001111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC679; }

 p { color: rgb(174,198,121); }

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

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

 a { background-color: rgb(174,198,121); }

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

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

 span { border-color: rgb(174,198,121); }

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