#AEB884

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

Shades of Caper #AEB884

Tints of Caper #AEB884

Color information

#AEB884 (or 0xAEB884) is unknown color: approx Caper. HEX triplet: AE, B8 and 84. RGB value is (174,184,132). Sum of RGB (Red+Green+Blue) = 174+184+132=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB884 is #51477B. Grayscale: #AFAFAF. Windows color (decimal): -5326716 or 8698030. OLE color: 8698030.

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

Color convert

RGB174184132-
CMYK0.0500.280.28
HSL71.54º26.8%61.96%-
HSV(B)71.54º28.26%72.16%-
XYZ38.7644.9528.46-
YUV175.08103.69127.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=35.51%
G=37.55%
B=26.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841320.0500.280.2871.5426.861.96
HexAEB884501C1C481b3e
Octal2562702045034341103376
Binary10101110101110001000010010101110011100100100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB884; }

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

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

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

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

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

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

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

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