#AECA80

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

Shades of Caper #AECA80

Tints of Caper #AECA80

Color information

#AECA80 (or 0xAECA80) is unknown color: approx Caper. HEX triplet: AE, CA and 80. RGB value is (174,202,128). Sum of RGB (Red+Green+Blue) = 174+202+128=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA80 is #51357F. Grayscale: #B9B9B9. Windows color (decimal): -5322112 or 8440494. OLE color: 8440494.

HSL color Cylindrical-coordinate representation of color #AECA80: hue angle of 82.7º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AECA80 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB174202128-
CMYK0.1400.370.21
HSL82.7º41.11%64.71%-
HSV(B)82.7º36.63%79.22%-
XYZ42.4752.828.37-
YUV185.1995.72120.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=34.52%
G=40.08%
B=25.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021280.1400.370.2182.741.1164.71
HexAECA80E02515532941
Octal256312200160452512351101
Binary101011101100101010000000111001001011010110100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA80; }

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

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

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

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

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

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

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

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