#AEBE7D

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

Shades of Caper #AEBE7D

Tints of Caper #AEBE7D

Color information

#AEBE7D (or 0xAEBE7D) is unknown color: approx Caper. HEX triplet: AE, BE and 7D. RGB value is (174,190,125). Sum of RGB (Red+Green+Blue) = 174+190+125=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE7D is #514182. Grayscale: #B2B2B2. Windows color (decimal): -5325187 or 8240814. OLE color: 8240814.

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

Color convert

RGB174190125-
CMYK0.0800.340.25
HSL74.77º33.33%61.76%-
HSV(B)74.77º34.21%74.51%-
XYZ39.5747.3126.45-
YUV177.8198.2125.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=35.58%
G=38.85%
B=25.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901250.0800.340.2574.7733.3361.76
HexAEBE7D8022194b213e
Octal25627617510042311134176
Binary1010111010111110111110110000100010110011001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE7D; }

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

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

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

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

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

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

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

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