#AEBE81

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

Shades of Caper #AEBE81

Tints of Caper #AEBE81

Color information

#AEBE81 (or 0xAEBE81) is unknown color: approx Caper. HEX triplet: AE, BE and 81. RGB value is (174,190,129). Sum of RGB (Red+Green+Blue) = 174+190+129=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE81 is #51417E. Grayscale: #B2B2B2. Windows color (decimal): -5325183 or 8502958. OLE color: 8502958.

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

Color convert

RGB174190129-
CMYK0.0800.320.25
HSL75.74º31.94%62.55%-
HSV(B)75.74º32.11%74.51%-
XYZ39.8347.4127.82-
YUV178.26100.2124.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=35.29%
G=38.54%
B=26.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901290.0800.320.2575.7431.9462.55
HexAEBE818020194c203f
Octal25627620110040311144077
Binary10101110101111101000000110000100000110011001100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE81; }

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

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

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

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

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

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

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

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