#AEBE79

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

Shades of Caper #AEBE79

Tints of Caper #AEBE79

Color information

#AEBE79 (or 0xAEBE79) is unknown color: approx Caper. HEX triplet: AE, BE and 79. RGB value is (174,190,121). Sum of RGB (Red+Green+Blue) = 174+190+121=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE79 is #514186. Grayscale: #B1B1B1. Windows color (decimal): -5325191 or 7978670. OLE color: 7978670.

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

Color convert

RGB174190121-
CMYK0.0800.360.25
HSL73.91º34.67%60.98%-
HSV(B)73.91º36.32%74.51%-
XYZ39.3247.2125.13-
YUV177.3596.2125.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=35.88%
G=39.18%
B=24.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901210.0800.360.2573.9134.6760.98
HexAEBE798024194a233d
Octal25627617110044311124375
Binary1010111010111110111100110000100100110011001010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE79; }

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

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

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

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

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

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

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

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