#AECA9A

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

Shades of Sprout #AECA9A

Tints of Sprout #AECA9A

Color information

#AECA9A (or 0xAECA9A) is unknown color: approx Sprout. HEX triplet: AE, CA and 9A. RGB value is (174,202,154). Sum of RGB (Red+Green+Blue) = 174+202+154=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA9A is #513565. Grayscale: #BCBCBC. Windows color (decimal): -5322086 or 10144430. OLE color: 10144430.

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

Color convert

RGB174202154-
CMYK0.1400.240.21
HSL95º31.17%69.8%-
HSV(B)95º23.76%79.22%-
XYZ44.4153.5738.57-
YUV188.16108.72117.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=32.83%
G=38.11%
B=29.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021540.1400.240.219531.1769.8
HexAECA9AE018155f1f46
Octal256312232160302513737106
Binary1010111011001010100110101110011000101011011111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA9A; }

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

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

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

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

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

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

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

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