Shades of Bud #ACAE8C
Tints of Bud #ACAE8C
RGB
CMYK
RGB Variations
Color information
#ACAE8C (or 0xACAE8C) is known color: Bud. HEX triplet: AC, AE and 8C. RGB value is (172,174,140). Sum of RGB (Red+Green+Blue) = 172+174+140=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE8C is #535173. Grayscale: #A9A9A9. Windows color (decimal): -5460340 or 9219756. OLE color: 9219756.
HSL color Cylindrical-coordinate representation of color #ACAE8C: hue angle of 63.53º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACAE8C is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 174 | 140 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.32 |
| HSL | 63.53º | 0.17% | 0.62% | - |
| HSV(B) | 63.53º | 0.2% | 0.68% | - |
| XYZ | 36.88 | 40.94 | 30.77 | - |
| YUV | 169.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 140 | 0.01 | 0 | 0.20 | 0.32 | 63.53 | 0.17 | 0.62 |
| Hex | AC | AE | 8C | 1 | 0 | 14 | 20 | 40 | 11 | 3E |
| Octal | 254 | 256 | 214 | 1 | 0 | 24 | 40 | 100 | 21 | 76 |
| Binary | 10101100 | 10101110 | 10001100 | 1 | 0 | 10100 | 100000 | 1000000 | 10001 | 111110 |
Color Harmonies of #ACAE8C
Complementary color
Monochromatic Colors of #ACAE8C
Black with #ACAE8C
Text Example
Text Example
White with #ACAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAE8C; }
p { color: rgb(172,174,140); }
H1.HeaderClassName
{
color: #ACAE8C;
}
.AnyTagClassName
{
color: #ACAE8C;
}
</style>
background-color css
<style>
a { background-color: #ACAE8C; }
a { background-color: rgb(172,174,140); }
div.DivClassName
{
background-color: #ACAE8C;
}
.BgClassName
{
background-color: #ACAE8C;
}
</style>
border-color css
<style>
span { border-color: #ACAE8C; }
span { border-color: rgb(172,174,140); }
td.TdClassName
{
border-color: #ACAE8C;
}
.TagClassName
{
border-color: #ACAE8C;
}
</style>