#AEBC6C

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

Shades of Caper #AEBC6C

Tints of Caper #AEBC6C

Color information

#AEBC6C (or 0xAEBC6C) is unknown color: approx Caper. HEX triplet: AE, BC and 6C. RGB value is (174,188,108). Sum of RGB (Red+Green+Blue) = 174+188+108=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC6C is #514393. Grayscale: #AEAEAE. Windows color (decimal): -5325716 or 7126190. OLE color: 7126190.

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

Color convert

RGB174188108-
CMYK0.0700.430.26
HSL70.5º37.38%58.04%-
HSV(B)70.5º42.55%73.73%-
XYZ38.1546.0521.06-
YUV174.6990.36127.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=37.02%
G=40%
B=22.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881080.0700.430.2670.537.3858.04
HexAEBC6C702B1A46253a
Octal2562741547053321064572
Binary101011101011110011011001110101011110101000110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC6C; }

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

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

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

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

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

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

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

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