Shades of Bud #ACB192
Tints of Bud #ACB192
RGB
CMYK
RGB Variations
Color information
#ACB192 (or 0xACB192) is known color: Bud. HEX triplet: AC, B1 and 92. RGB value is (172,177,146). Sum of RGB (Red+Green+Blue) = 172+177+146=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB192 is #534E6D. Grayscale: #ACACAC. Windows color (decimal): -5459566 or 9613740. OLE color: 9613740.
HSL color Cylindrical-coordinate representation of color #ACB192: hue angle of 69.68º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB192 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 146 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.31 |
| HSL | 69.68º | 0.17% | 0.63% | - |
| HSV(B) | 69.68º | 0.18% | 0.69% | - |
| XYZ | 37.92 | 42.29 | 33.36 | - |
| YUV | 171.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 146 | 0.03 | 0 | 0.18 | 0.31 | 69.68 | 0.17 | 0.63 |
| Hex | AC | B1 | 92 | 3 | 0 | 12 | 1F | 46 | 11 | 3F |
| Octal | 254 | 261 | 222 | 3 | 0 | 22 | 37 | 106 | 21 | 77 |
| Binary | 10101100 | 10110001 | 10010010 | 11 | 0 | 10010 | 11111 | 1000110 | 10001 | 111111 |
Color Harmonies of #ACB192
Complementary color
Monochromatic Colors of #ACB192
Black with #ACB192
Text Example
Text Example
White with #ACB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB192; }
p { color: rgb(172,177,146); }
H1.HeaderClassName
{
color: #ACB192;
}
.AnyTagClassName
{
color: #ACB192;
}
</style>
background-color css
<style>
a { background-color: #ACB192; }
a { background-color: rgb(172,177,146); }
div.DivClassName
{
background-color: #ACB192;
}
.BgClassName
{
background-color: #ACB192;
}
</style>
border-color css
<style>
span { border-color: #ACB192; }
span { border-color: rgb(172,177,146); }
td.TdClassName
{
border-color: #ACB192;
}
.TagClassName
{
border-color: #ACB192;
}
</style>