Shades of Sprout #AEBD9C
Tints of Sprout #AEBD9C
RGB
CMYK
RGB Variations
Color information
#AEBD9C (or 0xAEBD9C) is known color: 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
| RGB | 174 | 189 | 156 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.26 |
| HSL | 87.27º | 0.2% | 0.68% | - |
| HSV(B) | 87.27º | 0.17% | 0.74% | - |
| XYZ | 41.65 | 47.79 | 38.48 | - |
| YUV | 180.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 156 | 0.08 | 0 | 0.17 | 0.26 | 87.27 | 0.2 | 0.68 |
| Hex | AE | BD | 9C | 8 | 0 | 11 | 1A | 57 | 14 | 44 |
| Octal | 256 | 275 | 234 | 10 | 0 | 21 | 32 | 127 | 24 | 104 |
| Binary | 10101110 | 10111101 | 10011100 | 1000 | 0 | 10001 | 11010 | 1010111 | 10100 | 1000100 |
Color Harmonies of #AEBD9C
Complementary color
Monochromatic Colors of #AEBD9C
Black with #AEBD9C
Text Example
Text Example
White with #AEBD9C
Text Example
Text Example
HTML Codes & Css Web 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>