#AEC785

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

Shades of Caper #AEC785

Tints of Caper #AEC785

Color information

#AEC785 (or 0xAEC785) is unknown color: approx Caper. HEX triplet: AE, C7 and 85. RGB value is (174,199,133). Sum of RGB (Red+Green+Blue) = 174+199+133=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC785 is #51387A. Grayscale: #B8B8B8. Windows color (decimal): -5322875 or 8767406. OLE color: 8767406.

HSL color Cylindrical-coordinate representation of color #AEC785: hue angle of 82.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEC785 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB174199133-
CMYK0.1300.330.22
HSL82.73º37.08%65.1%-
HSV(B)82.73º33.17%78.04%-
XYZ42.1151.5429.92-
YUV18499.22120.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=34.39%
G=39.33%
B=26.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991330.1300.330.2282.7337.0865.1
HexAEC785D02116532541
Octal256307205150412612345101
Binary101011101100011110000101110101000011011010100111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC785; }

 p { color: rgb(174,199,133); }

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

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

 a { background-color: rgb(174,199,133); }

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

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

 span { border-color: rgb(174,199,133); }

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