#AEBE7C

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

Shades of Caper #AEBE7C

Tints of Caper #AEBE7C

Color information

#AEBE7C (or 0xAEBE7C) is unknown color: approx Caper. HEX triplet: AE, BE and 7C. RGB value is (174,190,124). Sum of RGB (Red+Green+Blue) = 174+190+124=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE7C is #514183. Grayscale: #B1B1B1. Windows color (decimal): -5325188 or 8175278. OLE color: 8175278.

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

Color convert

RGB174190124-
CMYK0.0800.350.25
HSL74.55º33.67%61.57%-
HSV(B)74.55º34.74%74.51%-
XYZ39.5147.2826.11-
YUV177.6997.7125.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 190 (74.61% from 255) = 38.93%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=35.66%
G=38.93%
B=25.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901240.0800.350.2574.5533.6761.57
HexAEBE7C8023194b223e
Octal25627617410043311134276
Binary1010111010111110111110010000100011110011001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE7C; }

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

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

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

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

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

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

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

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