#AEBE71

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

Shades of Caper #AEBE71

Tints of Caper #AEBE71

Color information

#AEBE71 (or 0xAEBE71) is unknown color: approx Caper. HEX triplet: AE, BE and 71. RGB value is (174,190,113). Sum of RGB (Red+Green+Blue) = 174+190+113=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE71 is #51418E. Grayscale: #B0B0B0. Windows color (decimal): -5325199 or 7454382. OLE color: 7454382.

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

Color convert

RGB174190113-
CMYK0.0800.410.25
HSL72.47º37.2%59.41%-
HSV(B)72.47º40.53%74.51%-
XYZ38.8547.0222.65-
YUV176.4492.2126.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=36.48%
G=39.83%
B=23.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901130.0800.410.2572.4737.259.41
HexAEBE7180291948253b
Octal25627616110051311104573
Binary1010111010111110111000110000101001110011001000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE71; }

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

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

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

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

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

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

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

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