#AEBA88

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

Shades of Caper #AEBA88

Tints of Caper #AEBA88

Color information

#AEBA88 (or 0xAEBA88) is unknown color: approx Caper. HEX triplet: AE, BA and 88. RGB value is (174,186,136). Sum of RGB (Red+Green+Blue) = 174+186+136=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA88 is #514577. Grayscale: #B0B0B0. Windows color (decimal): -5326200 or 8960686. OLE color: 8960686.

HSL color Cylindrical-coordinate representation of color #AEBA88: hue angle of 74.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEBA88 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB174186136-
CMYK0.0600.270.27
HSL74.4º26.6%63.14%-
HSV(B)74.4º26.88%72.94%-
XYZ39.4645.8930.07-
YUV176.71105.02126.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=35.08%
G=37.5%
B=27.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861360.0600.270.2774.426.663.14
HexAEBA88601B1B4a1b3f
Octal2562722106033331123377
Binary10101110101110101000100011001101111011100101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA88; }

 p { color: rgb(174,186,136); }

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

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

 a { background-color: rgb(174,186,136); }

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

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

 span { border-color: rgb(174,186,136); }

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