Shades of Bud #ACB08A
Tints of Bud #ACB08A
RGB
CMYK
RGB Variations
Color information
#ACB08A (or 0xACB08A) is known color: Bud. HEX triplet: AC, B0 and 8A. RGB value is (172,176,138). Sum of RGB (Red+Green+Blue) = 172+176+138=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB08A is #534F75. Grayscale: #AAAAAA. Windows color (decimal): -5459830 or 9089196. OLE color: 9089196.
HSL color Cylindrical-coordinate representation of color #ACB08A: hue angle of 66.32º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB08A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 138 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.31 |
| HSL | 66.32º | 0.19% | 0.62% | - |
| HSV(B) | 66.32º | 0.22% | 0.69% | - |
| XYZ | 37.13 | 41.66 | 30.13 | - |
| YUV | 170.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 138 | 0.02 | 0 | 0.22 | 0.31 | 66.32 | 0.19 | 0.62 |
| Hex | AC | B0 | 8A | 2 | 0 | 16 | 1F | 42 | 13 | 3E |
| Octal | 254 | 260 | 212 | 2 | 0 | 26 | 37 | 102 | 23 | 76 |
| Binary | 10101100 | 10110000 | 10001010 | 10 | 0 | 10110 | 11111 | 1000010 | 10011 | 111110 |
Color Harmonies of #ACB08A
Complementary color
Monochromatic Colors of #ACB08A
Black with #ACB08A
Text Example
Text Example
White with #ACB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB08A; }
p { color: rgb(172,176,138); }
H1.HeaderClassName
{
color: #ACB08A;
}
.AnyTagClassName
{
color: #ACB08A;
}
</style>
background-color css
<style>
a { background-color: #ACB08A; }
a { background-color: rgb(172,176,138); }
div.DivClassName
{
background-color: #ACB08A;
}
.BgClassName
{
background-color: #ACB08A;
}
</style>
border-color css
<style>
span { border-color: #ACB08A; }
span { border-color: rgb(172,176,138); }
td.TdClassName
{
border-color: #ACB08A;
}
.TagClassName
{
border-color: #ACB08A;
}
</style>