#AEBE74

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

Shades of Caper #AEBE74

Tints of Caper #AEBE74

Color information

#AEBE74 (or 0xAEBE74) is unknown color: approx Caper. HEX triplet: AE, BE and 74. RGB value is (174,190,116). Sum of RGB (Red+Green+Blue) = 174+190+116=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE74 is #51418B. Grayscale: #B1B1B1. Windows color (decimal): -5325196 or 7650990. OLE color: 7650990.

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

Color convert

RGB174190116-
CMYK0.0800.390.25
HSL72.97º36.27%60%-
HSV(B)72.97º38.95%74.51%-
XYZ39.0247.0923.55-
YUV176.7893.7126.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 116 (45.70% from 255) = 24.17%
R=36.25%
G=39.58%
B=24.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901160.0800.390.2572.9736.2760
HexAEBE7480271949243c
Octal25627616410047311114474
Binary1010111010111110111010010000100111110011001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE74; }

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

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

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

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

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

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

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

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