#AECA9B

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

Shades of Sprout #AECA9B

Tints of Sprout #AECA9B

Color information

#AECA9B (or 0xAECA9B) is unknown color: approx Sprout. HEX triplet: AE, CA and 9B. RGB value is (174,202,155). Sum of RGB (Red+Green+Blue) = 174+202+155=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA9B is #513564. Grayscale: #BCBCBC. Windows color (decimal): -5322085 or 10209966. OLE color: 10209966.

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

Color convert

RGB174202155-
CMYK0.1400.230.21
HSL95.74º30.72%70%-
HSV(B)95.74º23.27%79.22%-
XYZ44.4953.6139.01-
YUV188.27109.22117.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=32.77%
G=38.04%
B=29.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021550.1400.230.2195.7430.7270
HexAECA9BE01715601f46
Octal256312233160272514037106
Binary1010111011001010100110111110010111101011100000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA9B; }

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

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

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

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

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

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

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

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