#AEB57C

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

Shades of Caper #AEB57C

Tints of Caper #AEB57C

Color information

#AEB57C (or 0xAEB57C) is unknown color: approx Caper. HEX triplet: AE, B5 and 7C. RGB value is (174,181,124). Sum of RGB (Red+Green+Blue) = 174+181+124=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB57C is #514A83. Grayscale: #ACACAC. Windows color (decimal): -5327492 or 8172974. OLE color: 8172974.

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

Color convert

RGB174181124-
CMYK0.0400.310.29
HSL67.37º27.8%59.8%-
HSV(B)67.37º31.49%70.98%-
XYZ37.6243.525.48-
YUV172.41100.68129.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=36.33%
G=37.79%
B=25.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811240.0400.310.2967.3727.859.8
HexAEB57C401F1D431c3c
Octal2562651744037351033474
Binary1010111010110101111110010001111111101100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB57C; }

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

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

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

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

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

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

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

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