#AEB77C

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

Shades of Caper #AEB77C

Tints of Caper #AEB77C

Color information

#AEB77C (or 0xAEB77C) is unknown color: approx Caper. HEX triplet: AE, B7 and 7C. RGB value is (174,183,124). Sum of RGB (Red+Green+Blue) = 174+183+124=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB77C is #514883. Grayscale: #ADADAD. Windows color (decimal): -5326980 or 8173486. OLE color: 8173486.

HSL color Cylindrical-coordinate representation of color #AEB77C: hue angle of 69.15º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEB77C is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB174183124-
CMYK0.0500.320.28
HSL69.15º29.06%60.2%-
HSV(B)69.15º32.24%71.76%-
XYZ38.0344.3225.62-
YUV173.58100.02128.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=36.17%
G=38.05%
B=25.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831240.0500.320.2869.1529.0660.2
HexAEB77C50201C451d3c
Octal2562671745040341053574
Binary10101110101101111111100101010000011100100010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB77C; }

 p { color: rgb(174,183,124); }

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

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

 a { background-color: rgb(174,183,124); }

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

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

 span { border-color: rgb(174,183,124); }

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