#AEBC77

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

Shades of Caper #AEBC77

Tints of Caper #AEBC77

Color information

#AEBC77 (or 0xAEBC77) is unknown color: approx Caper. HEX triplet: AE, BC and 77. RGB value is (174,188,119). Sum of RGB (Red+Green+Blue) = 174+188+119=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC77 is #514388. Grayscale: #B0B0B0. Windows color (decimal): -5325705 or 7847086. OLE color: 7847086.

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

Color convert

RGB174188119-
CMYK0.0700.370.26
HSL72.17º33.99%60.2%-
HSV(B)72.17º36.7%73.73%-
XYZ38.7746.324.35-
YUV175.9595.86126.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=36.17%
G=39.09%
B=24.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881190.0700.370.2672.1733.9960.2
HexAEBC7770251A48223c
Octal2562741677045321104274
Binary101011101011110011101111110100101110101001000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC77; }

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

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

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

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

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

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

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

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