#AEC685

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

Shades of Caper #AEC685

Tints of Caper #AEC685

Color information

#AEC685 (or 0xAEC685) is unknown color: approx Caper. HEX triplet: AE, C6 and 85. RGB value is (174,198,133). Sum of RGB (Red+Green+Blue) = 174+198+133=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC685 is #51397A. Grayscale: #B7B7B7. Windows color (decimal): -5323131 or 8767150. OLE color: 8767150.

HSL color Cylindrical-coordinate representation of color #AEC685: hue angle of 82.15º degrees, saturation: 0.36, 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 #AEC685 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB174198133-
CMYK0.1200.330.22
HSL82.15º36.31%64.9%-
HSV(B)82.15º32.83%77.65%-
XYZ41.8851.0829.84-
YUV183.4199.55121.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=34.46%
G=39.21%
B=26.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981330.1200.330.2282.1536.3164.9
HexAEC685C02116522441
Octal256306205140412612244101
Binary101011101100011010000101110001000011011010100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC685; }

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

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

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

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

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

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

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

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