#AEBE76

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

Shades of Caper #AEBE76

Tints of Caper #AEBE76

Color information

#AEBE76 (or 0xAEBE76) is unknown color: approx Caper. HEX triplet: AE, BE and 76. RGB value is (174,190,118). Sum of RGB (Red+Green+Blue) = 174+190+118=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE76 is #514189. Grayscale: #B1B1B1. Windows color (decimal): -5325194 or 7782062. OLE color: 7782062.

HSL color Cylindrical-coordinate representation of color #AEBE76: hue angle of 73.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEBE76 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB174190118-
CMYK0.0800.380.25
HSL73.33º35.64%60.39%-
HSV(B)73.33º37.89%74.51%-
XYZ39.1447.1324.17-
YUV177.0194.7125.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 118 (46.48% from 255) = 24.48%
R=36.10%
G=39.42%
B=24.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901180.0800.380.2573.3335.6460.39
HexAEBE7680261949243c
Octal25627616610046311114474
Binary1010111010111110111011010000100110110011001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE76; }

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

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

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

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

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

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

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

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