#AEB57E

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

Shades of Caper #AEB57E

Tints of Caper #AEB57E

Color information

#AEB57E (or 0xAEB57E) is unknown color: approx Caper. HEX triplet: AE, B5 and 7E. RGB value is (174,181,126). Sum of RGB (Red+Green+Blue) = 174+181+126=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB57E is #514A81. Grayscale: #ACACAC. Windows color (decimal): -5327490 or 8304046. OLE color: 8304046.

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

Color convert

RGB174181126-
CMYK0.0400.300.29
HSL67.64º27.09%60.2%-
HSV(B)67.64º30.39%70.98%-
XYZ37.7543.5526.16-
YUV172.64101.68128.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=36.17%
G=37.63%
B=26.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811260.0400.300.2967.6427.0960.2
HexAEB57E401E1D441b3c
Octal2562651764036351043374
Binary1010111010110101111111010001111011101100010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB57E; }

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

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

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

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

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

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

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

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