#AEBD9C

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

Shades of Sprout #AEBD9C

Tints of Sprout #AEBD9C

Color information

#AEBD9C (or 0xAEBD9C) is unknown color: approx Sprout. HEX triplet: AE, BD and 9C. RGB value is (174,189,156). Sum of RGB (Red+Green+Blue) = 174+189+156=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD9C is #514263. Grayscale: #B4B4B4. Windows color (decimal): -5325412 or 10272174. OLE color: 10272174.

HSL color Cylindrical-coordinate representation of color #AEBD9C: hue angle of 87.27º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBD9C is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB174189156-
CMYK0.0800.170.26
HSL87.27º20%67.65%-
HSV(B)87.27º17.46%74.12%-
XYZ41.6547.7938.48-
YUV180.75114.03123.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=33.53%
G=36.42%
B=30.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891560.0800.170.2687.272067.65
HexAEBD9C80111A571444
Octal256275234100213212724104
Binary1010111010111101100111001000010001110101010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD9C; }

 p { color: rgb(174,189,156); }

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

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

 a { background-color: rgb(174,189,156); }

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

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

 span { border-color: rgb(174,189,156); }

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