#AEBA87

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

Shades of Caper #AEBA87

Tints of Caper #AEBA87

Color information

#AEBA87 (or 0xAEBA87) is unknown color: approx Caper. HEX triplet: AE, BA and 87. RGB value is (174,186,135). Sum of RGB (Red+Green+Blue) = 174+186+135=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA87 is #514578. Grayscale: #B0B0B0. Windows color (decimal): -5326201 or 8895150. OLE color: 8895150.

HSL color Cylindrical-coordinate representation of color #AEBA87: hue angle of 74.12º 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 #AEBA87 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB174186135-
CMYK0.0600.270.27
HSL74.12º26.98%62.94%-
HSV(B)74.12º27.42%72.94%-
XYZ39.3945.8729.7-
YUV176.6104.52126.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 135 (53.12% from 255) = 27.27%
R=35.15%
G=37.58%
B=27.27%

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
Decimal1741861350.0600.270.2774.1226.9862.94
HexAEBA87601B1B4a1b3f
Octal2562722076033331123377
Binary10101110101110101000011111001101111011100101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA87; }

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

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

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

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

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

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

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

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