#AEC080

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

Shades of Caper #AEC080

Tints of Caper #AEC080

Color information

#AEC080 (or 0xAEC080) is unknown color: approx Caper. HEX triplet: AE, C0 and 80. RGB value is (174,192,128). Sum of RGB (Red+Green+Blue) = 174+192+128=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC080 is #513F7F. Grayscale: #B3B3B3. Windows color (decimal): -5324672 or 8437934. OLE color: 8437934.

HSL color Cylindrical-coordinate representation of color #AEC080: hue angle of 76.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEC080 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB174192128-
CMYK0.0900.330.25
HSL76.88º33.68%62.75%-
HSV(B)76.88º33.33%75.29%-
XYZ40.248.2627.62-
YUV179.3299.04124.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=35.22%
G=38.87%
B=25.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921280.0900.330.2576.8833.6862.75
HexAEC0809021194d223f
Octal25630020011041311154277
Binary10101110110000001000000010010100001110011001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC080; }

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

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

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

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

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

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

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

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