#AECA81

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

Shades of Caper #AECA81

Tints of Caper #AECA81

Color information

#AECA81 (or 0xAECA81) is unknown color: approx Caper. HEX triplet: AE, CA and 81. RGB value is (174,202,129). Sum of RGB (Red+Green+Blue) = 174+202+129=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA81 is #51357E. Grayscale: #B9B9B9. Windows color (decimal): -5322111 or 8506030. OLE color: 8506030.

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

Color convert

RGB174202129-
CMYK0.1400.360.21
HSL83.01º40.78%64.9%-
HSV(B)83.01º36.14%79.22%-
XYZ42.5452.8228.72-
YUV185.3196.22119.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=34.46%
G=40%
B=25.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021290.1400.360.2183.0140.7864.9
HexAECA81E02415532941
Octal256312201160442512351101
Binary101011101100101010000001111001001001010110100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA81; }

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

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

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

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

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

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

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

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