#AEB685

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

Shades of Caper #AEB685

Tints of Caper #AEB685

Color information

#AEB685 (or 0xAEB685) is unknown color: approx Caper. HEX triplet: AE, B6 and 85. RGB value is (174,182,133). Sum of RGB (Red+Green+Blue) = 174+182+133=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB685 is #51497A. Grayscale: #AEAEAE. Windows color (decimal): -5327227 or 8763054. OLE color: 8763054.

HSL color Cylindrical-coordinate representation of color #AEB685: hue angle of 69.8º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB685 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB174182133-
CMYK0.0400.270.29
HSL69.8º25.13%61.76%-
HSV(B)69.8º26.92%71.37%-
XYZ38.4244.1528.69-
YUV174.02104.85127.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 182 (71.48% from 255) = 37.22%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=35.58%
G=37.22%
B=27.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821330.0400.270.2969.825.1361.76
HexAEB685401B1D46193e
Octal2562662054033351063176
Binary10101110101101101000010110001101111101100011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB685; }

 p { color: rgb(174,182,133); }

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

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

 a { background-color: rgb(174,182,133); }

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

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

 span { border-color: rgb(174,182,133); }

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