#AEC971

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

Shades of Caper #AEC971

Tints of Caper #AEC971

Color information

#AEC971 (or 0xAEC971) is unknown color: approx Caper. HEX triplet: AE, C9 and 71. RGB value is (174,201,113). Sum of RGB (Red+Green+Blue) = 174+201+113=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC971 is #51368E. Grayscale: #B7B7B7. Windows color (decimal): -5322383 or 7457198. OLE color: 7457198.

HSL color Cylindrical-coordinate representation of color #AEC971: hue angle of 78.41º 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 #AEC971 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB174201113-
CMYK0.1300.440.21
HSL78.41º44.9%61.57%-
HSV(B)78.41º43.78%78.82%-
XYZ41.3251.9623.47-
YUV182.988.55121.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=35.66%
G=41.19%
B=23.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011130.1300.440.2178.4144.961.57
HexAEC971D02C154e2d3e
Octal25631116115054251165576
Binary1010111011001001111000111010101100101011001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC971; }

 p { color: rgb(174,201,113); }

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

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

 a { background-color: rgb(174,201,113); }

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

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

 span { border-color: rgb(174,201,113); }

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