#AEB886

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

Shades of Caper #AEB886

Tints of Caper #AEB886

Color information

#AEB886 (or 0xAEB886) is unknown color: approx Caper. HEX triplet: AE, B8 and 86. RGB value is (174,184,134). Sum of RGB (Red+Green+Blue) = 174+184+134=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB886 is #514779. Grayscale: #AFAFAF. Windows color (decimal): -5326714 or 8829102. OLE color: 8829102.

HSL color Cylindrical-coordinate representation of color #AEB886: hue angle of 72º degrees, saturation: 0.26, 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 #AEB886 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB174184134-
CMYK0.0500.270.28
HSL72º26.04%62.35%-
HSV(B)72º27.17%72.16%-
XYZ38.94529.19-
YUV175.31104.69127.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=35.37%
G=37.40%
B=27.24%

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
Decimal1741841340.0500.270.287226.0462.35
HexAEB886501B1C481a3e
Octal2562702065033341103276
Binary10101110101110001000011010101101111100100100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB886; }

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

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

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

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

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

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

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

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