#AEBE86

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

Shades of Caper #AEBE86

Tints of Caper #AEBE86

Color information

#AEBE86 (or 0xAEBE86) is unknown color: approx Caper. HEX triplet: AE, BE and 86. RGB value is (174,190,134). Sum of RGB (Red+Green+Blue) = 174+190+134=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE86 is #514179. Grayscale: #B3B3B3. Windows color (decimal): -5325178 or 8830638. OLE color: 8830638.

HSL color Cylindrical-coordinate representation of color #AEBE86: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBE86 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB174190134-
CMYK0.0800.290.25
HSL77.14º30.11%63.53%-
HSV(B)77.14º29.47%74.51%-
XYZ40.1747.5529.61-
YUV178.83102.7124.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=34.94%
G=38.15%
B=26.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901340.0800.290.2577.1430.1163.53
HexAEBE86801D194d1e40
Octal256276206100353111536100
Binary1010111010111110100001101000011101110011001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE86; }

 p { color: rgb(174,190,134); }

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

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

 a { background-color: rgb(174,190,134); }

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

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

 span { border-color: rgb(174,190,134); }

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