Shades of Bud #ACB08E
Tints of Bud #ACB08E
RGB
CMYK
RGB Variations
Color information
#ACB08E (or 0xACB08E) is known color: Bud. HEX triplet: AC, B0 and 8E. RGB value is (172,176,142). Sum of RGB (Red+Green+Blue) = 172+176+142=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB08E is #534F71. Grayscale: #ABABAB. Windows color (decimal): -5459826 or 9351340. OLE color: 9351340.
HSL color Cylindrical-coordinate representation of color #ACB08E: hue angle of 67.06º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB08E is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 142 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.31 |
| HSL | 67.06º | 0.18% | 0.62% | - |
| HSV(B) | 67.06º | 0.19% | 0.69% | - |
| XYZ | 37.42 | 41.77 | 31.68 | - |
| YUV | 170.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 142 | 0.02 | 0 | 0.19 | 0.31 | 67.06 | 0.18 | 0.62 |
| Hex | AC | B0 | 8E | 2 | 0 | 13 | 1F | 43 | 12 | 3E |
| Octal | 254 | 260 | 216 | 2 | 0 | 23 | 37 | 103 | 22 | 76 |
| Binary | 10101100 | 10110000 | 10001110 | 10 | 0 | 10011 | 11111 | 1000011 | 10010 | 111110 |
Color Harmonies of #ACB08E
Complementary color
Monochromatic Colors of #ACB08E
Black with #ACB08E
Text Example
Text Example
White with #ACB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB08E; }
p { color: rgb(172,176,142); }
H1.HeaderClassName
{
color: #ACB08E;
}
.AnyTagClassName
{
color: #ACB08E;
}
</style>
background-color css
<style>
a { background-color: #ACB08E; }
a { background-color: rgb(172,176,142); }
div.DivClassName
{
background-color: #ACB08E;
}
.BgClassName
{
background-color: #ACB08E;
}
</style>
border-color css
<style>
span { border-color: #ACB08E; }
span { border-color: rgb(172,176,142); }
td.TdClassName
{
border-color: #ACB08E;
}
.TagClassName
{
border-color: #ACB08E;
}
</style>