#AEB989

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

Shades of Caper #AEB989

Tints of Caper #AEB989

Color information

#AEB989 (or 0xAEB989) is unknown color: approx Caper. HEX triplet: AE, B9 and 89. RGB value is (174,185,137). Sum of RGB (Red+Green+Blue) = 174+185+137=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB989 is #514676. Grayscale: #B0B0B0. Windows color (decimal): -5326455 or 9025966. OLE color: 9025966.

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

Color convert

RGB174185137-
CMYK0.0600.260.27
HSL73.75º25.53%63.14%-
HSV(B)73.75º25.95%72.55%-
XYZ39.3245.530.38-
YUV176.24105.86126.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=35.08%
G=37.30%
B=27.62%

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
Decimal1741851370.0600.260.2773.7525.5363.14
HexAEB989601A1B4a1a3f
Octal2562712116032331123277
Binary10101110101110011000100111001101011011100101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB989; }

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

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

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

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

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

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

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

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