#AEC285

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

Shades of Caper #AEC285

Tints of Caper #AEC285

Color information

#AEC285 (or 0xAEC285) is unknown color: approx Caper. HEX triplet: AE, C2 and 85. RGB value is (174,194,133). Sum of RGB (Red+Green+Blue) = 174+194+133=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC285 is #513D7A. Grayscale: #B5B5B5. Windows color (decimal): -5324155 or 8766126. OLE color: 8766126.

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

Color convert

RGB174194133-
CMYK0.1000.310.24
HSL79.67º33.33%64.12%-
HSV(B)79.67º31.44%76.08%-
XYZ40.9849.2829.54-
YUV181.07100.87122.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=34.73%
G=38.72%
B=26.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941330.1000.310.2479.6733.3364.12
HexAEC285A01F18502140
Octal256302205120373012041100
Binary10101110110000101000010110100111111100010100001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC285; }

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

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

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

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

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

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

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

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