#AEC872

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

Shades of Caper #AEC872

Tints of Caper #AEC872

Color information

#AEC872 (or 0xAEC872) is unknown color: approx Caper. HEX triplet: AE, C8 and 72. RGB value is (174,200,114). Sum of RGB (Red+Green+Blue) = 174+200+114=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC872 is #51378D. Grayscale: #B6B6B6. Windows color (decimal): -5322638 or 7522478. OLE color: 7522478.

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

Color convert

RGB174200114-
CMYK0.1300.430.22
HSL78.14º43.88%61.57%-
HSV(B)78.14º43%78.43%-
XYZ41.1551.5223.7-
YUV182.4289.39121.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 114 (44.92% from 255) = 23.36%
R=35.66%
G=40.98%
B=23.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001140.1300.430.2278.1443.8861.57
HexAEC872D02B164e2c3e
Octal25631016215053261165476
Binary1010111011001000111001011010101011101101001110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC872; }

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

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

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

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

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

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

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

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