#AEBA7C

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

Shades of Caper #AEBA7C

Tints of Caper #AEBA7C

Color information

#AEBA7C (or 0xAEBA7C) is unknown color: approx Caper. HEX triplet: AE, BA and 7C. RGB value is (174,186,124). Sum of RGB (Red+Green+Blue) = 174+186+124=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA7C is #514583. Grayscale: #AFAFAF. Windows color (decimal): -5326212 or 8174254. OLE color: 8174254.

HSL color Cylindrical-coordinate representation of color #AEBA7C: hue angle of 71.61º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEBA7C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB174186124-
CMYK0.0600.330.27
HSL71.61º31%60.78%-
HSV(B)71.61º33.33%72.94%-
XYZ38.6545.5725.83-
YUV175.3499.02127.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=35.95%
G=38.43%
B=25.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861240.0600.330.2771.613160.78
HexAEBA7C60211B481f3d
Octal2562721746041331103775
Binary10101110101110101111100110010000111011100100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA7C; }

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

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

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

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

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

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

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

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