#AEC076

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

Shades of Caper #AEC076

Tints of Caper #AEC076

Color information

#AEC076 (or 0xAEC076) is unknown color: approx Caper. HEX triplet: AE, C0 and 76. RGB value is (174,192,118). Sum of RGB (Red+Green+Blue) = 174+192+118=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC076 is #513F89. Grayscale: #B2B2B2. Windows color (decimal): -5324682 or 7782574. OLE color: 7782574.

HSL color Cylindrical-coordinate representation of color #AEC076: hue angle of 74.59º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEC076 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB174192118-
CMYK0.0900.390.25
HSL74.59º37%60.78%-
HSV(B)74.59º38.54%75.29%-
XYZ39.5848.0124.32-
YUV178.1894.04125.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 192 (75.39% from 255) = 39.67%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=35.95%
G=39.67%
B=24.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921180.0900.390.2574.593760.78
HexAEC0769027194b253d
Octal25630016611047311134575
Binary1010111011000000111011010010100111110011001011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC076; }

 p { color: rgb(174,192,118); }

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

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

 a { background-color: rgb(174,192,118); }

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

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

 span { border-color: rgb(174,192,118); }

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