#AEBC73

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

Shades of Caper #AEBC73

Tints of Caper #AEBC73

Color information

#AEBC73 (or 0xAEBC73) is unknown color: approx Caper. HEX triplet: AE, BC and 73. RGB value is (174,188,115). Sum of RGB (Red+Green+Blue) = 174+188+115=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC73 is #51438C. Grayscale: #AFAFAF. Windows color (decimal): -5325709 or 7584942. OLE color: 7584942.

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

Color convert

RGB174188115-
CMYK0.0700.390.26
HSL71.51º35.27%59.41%-
HSV(B)71.51º38.83%73.73%-
XYZ38.5346.223.11-
YUV175.4993.86126.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 188 (73.83% from 255) = 39.41%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=36.48%
G=39.41%
B=24.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881150.0700.390.2671.5135.2759.41
HexAEBC7370271A48233b
Octal2562741637047321104373
Binary101011101011110011100111110100111110101001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC73; }

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

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

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

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

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

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

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

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