#AEB988

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

Shades of Caper #AEB988

Tints of Caper #AEB988

Color information

#AEB988 (or 0xAEB988) is unknown color: approx Caper. HEX triplet: AE, B9 and 88. RGB value is (174,185,136). Sum of RGB (Red+Green+Blue) = 174+185+136=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB988 is #514677. Grayscale: #B0B0B0. Windows color (decimal): -5326456 or 8960430. OLE color: 8960430.

HSL color Cylindrical-coordinate representation of color #AEB988: hue angle of 73.47º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB988 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB174185136-
CMYK0.0600.260.27
HSL73.47º25.93%62.94%-
HSV(B)73.47º26.49%72.55%-
XYZ39.2545.4730-
YUV176.12105.36126.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=35.15%
G=37.37%
B=27.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851360.0600.260.2773.4725.9362.94
HexAEB988601A1B491a3f
Octal2562712106032331113277
Binary10101110101110011000100011001101011011100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB988; }

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

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

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

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

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

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

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

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