#AEC287

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

Shades of Caper #AEC287

Tints of Caper #AEC287

Color information

#AEC287 (or 0xAEC287) is unknown color: approx Caper. HEX triplet: AE, C2 and 87. RGB value is (174,194,135). Sum of RGB (Red+Green+Blue) = 174+194+135=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC287 is #513D78. Grayscale: #B5B5B5. Windows color (decimal): -5324153 or 8897198. OLE color: 8897198.

HSL color Cylindrical-coordinate representation of color #AEC287: hue angle of 80.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEC287 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB174194135-
CMYK0.1000.300.24
HSL80.34º32.6%64.51%-
HSV(B)80.34º30.41%76.08%-
XYZ41.1249.3330.28-
YUV181.29101.87122.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=34.59%
G=38.57%
B=26.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941350.1000.300.2480.3432.664.51
HexAEC287A01E18502141
Octal256302207120363012041101
Binary10101110110000101000011110100111101100010100001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC287; }

 p { color: rgb(174,194,135); }

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

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

 a { background-color: rgb(174,194,135); }

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

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

 span { border-color: rgb(174,194,135); }

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