#AEBA71

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

Shades of Caper #AEBA71

Tints of Caper #AEBA71

Color information

#AEBA71 (or 0xAEBA71) is unknown color: approx Caper. HEX triplet: AE, BA and 71. RGB value is (174,186,113). Sum of RGB (Red+Green+Blue) = 174+186+113=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA71 is #51458E. Grayscale: #AEAEAE. Windows color (decimal): -5326223 or 7453358. OLE color: 7453358.

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

Color convert

RGB174186113-
CMYK0.0600.390.27
HSL69.86º34.6%58.63%-
HSV(B)69.86º39.25%72.94%-
XYZ3845.3122.37-
YUV174.0993.52127.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=36.79%
G=39.32%
B=23.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861130.0600.390.2769.8634.658.63
HexAEBA7160271B46233b
Octal2562721616047331064373
Binary101011101011101011100011100100111110111000110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA71; }

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

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

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

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

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

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

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

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