#AEBC76

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

Shades of Caper #AEBC76

Tints of Caper #AEBC76

Color information

#AEBC76 (or 0xAEBC76) is unknown color: approx Caper. HEX triplet: AE, BC and 76. RGB value is (174,188,118). Sum of RGB (Red+Green+Blue) = 174+188+118=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC76 is #514389. Grayscale: #B0B0B0. Windows color (decimal): -5325706 or 7781550. OLE color: 7781550.

HSL color Cylindrical-coordinate representation of color #AEBC76: hue angle of 72º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEBC76 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB174188118-
CMYK0.0700.370.26
HSL72º34.31%60%-
HSV(B)72º37.23%73.73%-
XYZ38.7146.2724.03-
YUV175.8395.36126.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=36.25%
G=39.17%
B=24.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881180.0700.370.267234.3160
HexAEBC7670251A48223c
Octal2562741667045321104274
Binary101011101011110011101101110100101110101001000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC76; }

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

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

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

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

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

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

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

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