#AEB888

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

Shades of Caper #AEB888

Tints of Caper #AEB888

Color information

#AEB888 (or 0xAEB888) is unknown color: approx Caper. HEX triplet: AE, B8 and 88. RGB value is (174,184,136). Sum of RGB (Red+Green+Blue) = 174+184+136=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB888 is #514777. Grayscale: #AFAFAF. Windows color (decimal): -5326712 or 8960174. OLE color: 8960174.

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

Color convert

RGB174184136-
CMYK0.0500.260.28
HSL72.5º25.26%62.75%-
HSV(B)72.5º26.09%72.16%-
XYZ39.0445.0629.93-
YUV175.54105.69126.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=35.22%
G=37.25%
B=27.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841360.0500.260.2872.525.2662.75
HexAEB888501A1C48193f
Octal2562702105032341103177
Binary10101110101110001000100010101101011100100100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB888; }

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

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

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

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

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

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

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

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