#AEBD86

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

Shades of Caper #AEBD86

Tints of Caper #AEBD86

Color information

#AEBD86 (or 0xAEBD86) is unknown color: approx Caper. HEX triplet: AE, BD and 86. RGB value is (174,189,134). Sum of RGB (Red+Green+Blue) = 174+189+134=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD86 is #514279. Grayscale: #B2B2B2. Windows color (decimal): -5325434 or 8830382. OLE color: 8830382.

HSL color Cylindrical-coordinate representation of color #AEBD86: hue angle of 76.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBD86 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB174189134-
CMYK0.0800.290.26
HSL76.36º29.41%63.33%-
HSV(B)76.36º29.1%74.12%-
XYZ39.9647.1229.54-
YUV178.24103.03124.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=35.01%
G=38.03%
B=26.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891340.0800.290.2676.3629.4163.33
HexAEBD86801D1A4c1d3f
Octal25627520610035321143577
Binary101011101011110110000110100001110111010100110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD86; }

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

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

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

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

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

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

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

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