#AECA72

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

Shades of Caper #AECA72

Tints of Caper #AECA72

Color information

#AECA72 (or 0xAECA72) is unknown color: approx Caper. HEX triplet: AE, CA and 72. RGB value is (174,202,114). Sum of RGB (Red+Green+Blue) = 174+202+114=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECA72 is #51358D. Grayscale: #B7B7B7. Windows color (decimal): -5322126 or 7522990. OLE color: 7522990.

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

Color convert

RGB174202114-
CMYK0.1400.440.21
HSL79.09º45.36%61.96%-
HSV(B)79.09º43.56%79.22%-
XYZ41.6152.4523.85-
YUV183.688.72121.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=35.51%
G=41.22%
B=23.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021140.1400.440.2179.0945.3661.96
HexAECA72E02C154f2d3e
Octal25631216216054251175576
Binary1010111011001010111001011100101100101011001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA72; }

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

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

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

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

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

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

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

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