#AEBC8D

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

Shades of Caper #AEBC8D

Tints of Caper #AEBC8D

Color information

#AEBC8D (or 0xAEBC8D) is unknown color: approx Caper. HEX triplet: AE, BC and 8D. RGB value is (174,188,141). Sum of RGB (Red+Green+Blue) = 174+188+141=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC8D is #514372. Grayscale: #B2B2B2. Windows color (decimal): -5325683 or 9288878. OLE color: 9288878.

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

Color convert

RGB174188141-
CMYK0.0700.250.26
HSL77.87º25.97%64.51%-
HSV(B)77.87º25%73.73%-
XYZ40.2546.8932.13-
YUV178.46106.86124.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=34.59%
G=37.38%
B=28.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881410.0700.250.2677.8725.9764.51
HexAEBC8D70191A4e1a41
Octal25627421570313211632101
Binary101011101011110010001101111011001110101001110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC8D; }

 p { color: rgb(174,188,141); }

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

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

 a { background-color: rgb(174,188,141); }

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

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

 span { border-color: rgb(174,188,141); }

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