#AEC585

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

Shades of Caper #AEC585

Tints of Caper #AEC585

Color information

#AEC585 (or 0xAEC585) is unknown color: approx Caper. HEX triplet: AE, C5 and 85. RGB value is (174,197,133). Sum of RGB (Red+Green+Blue) = 174+197+133=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC585 is #513A7A. Grayscale: #B7B7B7. Windows color (decimal): -5323387 or 8766894. OLE color: 8766894.

HSL color Cylindrical-coordinate representation of color #AEC585: hue angle of 81.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC585 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB174197133-
CMYK0.1200.320.23
HSL81.56º35.56%64.71%-
HSV(B)81.56º32.49%77.25%-
XYZ41.6650.6229.77-
YUV182.8399.88121.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=34.52%
G=39.09%
B=26.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741971330.1200.320.2381.5635.5664.71
HexAEC585C02017522441
Octal256305205140402712244101
Binary101011101100010110000101110001000001011110100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC585; }

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

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

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

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

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

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

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

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