#AEB585

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

Shades of Caper #AEB585

Tints of Caper #AEB585

Color information

#AEB585 (or 0xAEB585) is unknown color: approx Caper. HEX triplet: AE, B5 and 85. RGB value is (174,181,133). Sum of RGB (Red+Green+Blue) = 174+181+133=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB585 is #514A7A. Grayscale: #ADADAD. Windows color (decimal): -5327483 or 8762798. OLE color: 8762798.

HSL color Cylindrical-coordinate representation of color #AEB585: hue angle of 68.75º degrees, saturation: 0.24, 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 #AEB585 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB174181133-
CMYK0.0400.270.29
HSL68.75º24.49%61.57%-
HSV(B)68.75º26.52%70.98%-
XYZ38.2143.7428.62-
YUV173.44105.18128.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=35.66%
G=37.09%
B=27.25%

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
Decimal1741811330.0400.270.2968.7524.4961.57
HexAEB585401B1D45183e
Octal2562652054033351053076
Binary10101110101101011000010110001101111101100010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB585; }

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

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

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

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

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

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

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

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