#AEB785

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

Shades of Caper #AEB785

Tints of Caper #AEB785

Color information

#AEB785 (or 0xAEB785) is unknown color: approx Caper. HEX triplet: AE, B7 and 85. RGB value is (174,183,133). Sum of RGB (Red+Green+Blue) = 174+183+133=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB785 is #51487A. Grayscale: #AEAEAE. Windows color (decimal): -5326971 or 8763310. OLE color: 8763310.

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

Color convert

RGB174183133-
CMYK0.0500.270.28
HSL70.8º25.77%61.96%-
HSV(B)70.8º27.32%71.76%-
XYZ38.6244.5628.76-
YUV174.61104.52127.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=35.51%
G=37.35%
B=27.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831330.0500.270.2870.825.7761.96
HexAEB785501B1C471a3e
Octal2562672055033341073276
Binary10101110101101111000010110101101111100100011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB785; }

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

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

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

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

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

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

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

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