#AEBC6E

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

Shades of Caper #AEBC6E

Tints of Caper #AEBC6E

Color information

#AEBC6E (or 0xAEBC6E) is unknown color: approx Caper. HEX triplet: AE, BC and 6E. RGB value is (174,188,110). Sum of RGB (Red+Green+Blue) = 174+188+110=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC6E is #514391. Grayscale: #AFAFAF. Windows color (decimal): -5325714 or 7257262. OLE color: 7257262.

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

Color convert

RGB174188110-
CMYK0.0700.410.26
HSL70.77º36.79%58.43%-
HSV(B)70.77º41.49%73.73%-
XYZ38.2546.0921.63-
YUV174.9291.36127.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=36.86%
G=39.83%
B=23.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881100.0700.410.2670.7736.7958.43
HexAEBC6E70291A47253a
Octal2562741567051321074572
Binary101011101011110011011101110101001110101000111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC6E; }

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

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

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

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

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

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

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

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