Shades of Bud #AEB18F
Tints of Bud #AEB18F
RGB
CMYK
RGB Variations
Color information
#AEB18F (or 0xAEB18F) is known color: Bud. HEX triplet: AE, B1 and 8F. RGB value is (174,177,143). Sum of RGB (Red+Green+Blue) = 174+177+143=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB18F is #514E70. Grayscale: #ACACAC. Windows color (decimal): -5328497 or 9417134. OLE color: 9417134.
HSL color Cylindrical-coordinate representation of color #AEB18F: hue angle of 65.29º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEB18F is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 177 | 143 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.31 |
| HSL | 65.29º | 0.18% | 0.63% | - |
| HSV(B) | 65.29º | 0.19% | 0.69% | - |
| XYZ | 38.14 | 42.43 | 32.17 | - |
| YUV | 172.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 143 | 0.02 | 0 | 0.19 | 0.31 | 65.29 | 0.18 | 0.63 |
| Hex | AE | B1 | 8F | 2 | 0 | 13 | 1F | 41 | 12 | 3F |
| Octal | 256 | 261 | 217 | 2 | 0 | 23 | 37 | 101 | 22 | 77 |
| Binary | 10101110 | 10110001 | 10001111 | 10 | 0 | 10011 | 11111 | 1000001 | 10010 | 111111 |
Color Harmonies of #AEB18F
Complementary color
Monochromatic Colors of #AEB18F
Black with #AEB18F
Text Example
Text Example
White with #AEB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB18F; }
p { color: rgb(174,177,143); }
H1.HeaderClassName
{
color: #AEB18F;
}
.AnyTagClassName
{
color: #AEB18F;
}
</style>
background-color css
<style>
a { background-color: #AEB18F; }
a { background-color: rgb(174,177,143); }
div.DivClassName
{
background-color: #AEB18F;
}
.BgClassName
{
background-color: #AEB18F;
}
</style>
border-color css
<style>
span { border-color: #AEB18F; }
span { border-color: rgb(174,177,143); }
td.TdClassName
{
border-color: #AEB18F;
}
.TagClassName
{
border-color: #AEB18F;
}
</style>