#AEBC7D

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

Shades of Caper #AEBC7D

Tints of Caper #AEBC7D

Color information

#AEBC7D (or 0xAEBC7D) is unknown color: approx Caper. HEX triplet: AE, BC and 7D. RGB value is (174,188,125). Sum of RGB (Red+Green+Blue) = 174+188+125=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC7D is #514382. Grayscale: #B0B0B0. Windows color (decimal): -5325699 or 8240302. OLE color: 8240302.

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

Color convert

RGB174188125-
CMYK0.0700.340.26
HSL73.33º31.98%61.37%-
HSV(B)73.33º33.51%73.73%-
XYZ39.1446.4526.3-
YUV176.6398.86126.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=35.73%
G=38.60%
B=25.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881250.0700.340.2673.3331.9861.37
HexAEBC7D70221A49203d
Octal2562741757042321114075
Binary101011101011110011111011110100010110101001001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC7D; }

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

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

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

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

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

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

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

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