#AEBA84

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

Shades of Caper #AEBA84

Tints of Caper #AEBA84

Color information

#AEBA84 (or 0xAEBA84) is unknown color: approx Caper. HEX triplet: AE, BA and 84. RGB value is (174,186,132). Sum of RGB (Red+Green+Blue) = 174+186+132=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA84 is #51457B. Grayscale: #B0B0B0. Windows color (decimal): -5326204 or 8698542. OLE color: 8698542.

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

Color convert

RGB174186132-
CMYK0.0600.290.27
HSL73.33º28.13%62.35%-
HSV(B)73.33º29.03%72.94%-
XYZ39.1845.7828.6-
YUV176.26103.02126.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=35.37%
G=37.80%
B=26.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861320.0600.290.2773.3328.1362.35
HexAEBA84601D1B491c3e
Octal2562722046035331113476
Binary10101110101110101000010011001110111011100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA84; }

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

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

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

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

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

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

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

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