#AEC180

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

Shades of Caper #AEC180

Tints of Caper #AEC180

Color information

#AEC180 (or 0xAEC180) is unknown color: approx Caper. HEX triplet: AE, C1 and 80. RGB value is (174,193,128). Sum of RGB (Red+Green+Blue) = 174+193+128=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC180 is #513E7F. Grayscale: #B4B4B4. Windows color (decimal): -5324416 or 8438190. OLE color: 8438190.

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

Color convert

RGB174193128-
CMYK0.1000.340.24
HSL77.54º34.39%62.94%-
HSV(B)77.54º33.68%75.69%-
XYZ40.4248.727.69-
YUV179.9198.71123.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=35.15%
G=38.99%
B=25.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931280.1000.340.2477.5434.3962.94
HexAEC180A022184e223f
Octal25630120012042301164277
Binary10101110110000011000000010100100010110001001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC180; }

 p { color: rgb(174,193,128); }

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

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

 a { background-color: rgb(174,193,128); }

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

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

 span { border-color: rgb(174,193,128); }

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