#AECA75

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

Shades of Caper #AECA75

Tints of Caper #AECA75

Color information

#AECA75 (or 0xAECA75) is unknown color: approx Caper. HEX triplet: AE, CA and 75. RGB value is (174,202,117). Sum of RGB (Red+Green+Blue) = 174+202+117=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECA75 is #51358A. Grayscale: #B8B8B8. Windows color (decimal): -5322123 or 7719598. OLE color: 7719598.

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

Color convert

RGB174202117-
CMYK0.1400.420.21
HSL79.76º44.5%62.55%-
HSV(B)79.76º42.08%79.22%-
XYZ41.7952.5224.77-
YUV183.9490.22120.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=35.29%
G=40.97%
B=23.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021170.1400.420.2179.7644.562.55
HexAECA75E02A15502d3f
Octal25631216516052251205577
Binary1010111011001010111010111100101010101011010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA75; }

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

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

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

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

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

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

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

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