#AEBC6D

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

Shades of Caper #AEBC6D

Tints of Caper #AEBC6D

Color information

#AEBC6D (or 0xAEBC6D) is unknown color: approx Caper. HEX triplet: AE, BC and 6D. RGB value is (174,188,109). Sum of RGB (Red+Green+Blue) = 174+188+109=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC6D is #514392. Grayscale: #AFAFAF. Windows color (decimal): -5325715 or 7191726. OLE color: 7191726.

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

Color convert

RGB174188109-
CMYK0.0700.420.26
HSL70.63º37.09%58.24%-
HSV(B)70.63º42.02%73.73%-
XYZ38.246.0721.35-
YUV174.8190.86127.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=36.94%
G=39.92%
B=23.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881090.0700.420.2670.6337.0958.24
HexAEBC6D702A1A47253a
Octal2562741557052321074572
Binary101011101011110011011011110101010110101000111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC6D; }

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

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

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

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

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

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

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

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