#AEB786

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

Shades of Caper #AEB786

Tints of Caper #AEB786

Color information

#AEB786 (or 0xAEB786) is unknown color: approx Caper. HEX triplet: AE, B7 and 86. RGB value is (174,183,134). Sum of RGB (Red+Green+Blue) = 174+183+134=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB786 is #514879. Grayscale: #AEAEAE. Windows color (decimal): -5326970 or 8828846. OLE color: 8828846.

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

Color convert

RGB174183134-
CMYK0.0500.270.28
HSL71.02º25.39%62.16%-
HSV(B)71.02º26.78%71.76%-
XYZ38.6944.5929.12-
YUV174.72105.02127.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=35.44%
G=37.27%
B=27.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831340.0500.270.2871.0225.3962.16
HexAEB786501B1C47193e
Octal2562672065033341073176
Binary10101110101101111000011010101101111100100011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB786; }

 p { color: rgb(174,183,134); }

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

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

 a { background-color: rgb(174,183,134); }

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

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

 span { border-color: rgb(174,183,134); }

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