#AEC973

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

Shades of Caper #AEC973

Tints of Caper #AEC973

Color information

#AEC973 (or 0xAEC973) is unknown color: approx Caper. HEX triplet: AE, C9 and 73. RGB value is (174,201,115). Sum of RGB (Red+Green+Blue) = 174+201+115=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC973 is #51368C. Grayscale: #B7B7B7. Windows color (decimal): -5322381 or 7588270. OLE color: 7588270.

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

Color convert

RGB174201115-
CMYK0.1300.430.21
HSL78.84º44.33%61.96%-
HSV(B)78.84º42.79%78.82%-
XYZ41.4452.0124.07-
YUV183.1289.55121.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 201 (78.91% from 255) = 41.02%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=35.51%
G=41.02%
B=23.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011150.1300.430.2178.8444.3361.96
HexAEC973D02B154f2c3e
Octal25631116315053251175476
Binary1010111011001001111001111010101011101011001111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC973; }

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

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

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

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

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

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

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

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