Shades of Bud #ACB18C
Tints of Bud #ACB18C
RGB
CMYK
RGB Variations
Color information
#ACB18C (or 0xACB18C) is known color: Bud. HEX triplet: AC, B1 and 8C. RGB value is (172,177,140). Sum of RGB (Red+Green+Blue) = 172+177+140=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB18C is #534E73. Grayscale: #ABABAB. Windows color (decimal): -5459572 or 9220524. OLE color: 9220524.
HSL color Cylindrical-coordinate representation of color #ACB18C: hue angle of 68.11º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB18C is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 140 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.31 |
| HSL | 68.11º | 0.19% | 0.62% | - |
| HSV(B) | 68.11º | 0.21% | 0.69% | - |
| XYZ | 37.47 | 42.11 | 30.96 | - |
| YUV | 171.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 140 | 0.03 | 0 | 0.21 | 0.31 | 68.11 | 0.19 | 0.62 |
| Hex | AC | B1 | 8C | 3 | 0 | 15 | 1F | 44 | 13 | 3E |
| Octal | 254 | 261 | 214 | 3 | 0 | 25 | 37 | 104 | 23 | 76 |
| Binary | 10101100 | 10110001 | 10001100 | 11 | 0 | 10101 | 11111 | 1000100 | 10011 | 111110 |
Color Harmonies of #ACB18C
Complementary color
Monochromatic Colors of #ACB18C
Black with #ACB18C
Text Example
Text Example
White with #ACB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB18C; }
p { color: rgb(172,177,140); }
H1.HeaderClassName
{
color: #ACB18C;
}
.AnyTagClassName
{
color: #ACB18C;
}
</style>
background-color css
<style>
a { background-color: #ACB18C; }
a { background-color: rgb(172,177,140); }
div.DivClassName
{
background-color: #ACB18C;
}
.BgClassName
{
background-color: #ACB18C;
}
</style>
border-color css
<style>
span { border-color: #ACB18C; }
span { border-color: rgb(172,177,140); }
td.TdClassName
{
border-color: #ACB18C;
}
.TagClassName
{
border-color: #ACB18C;
}
</style>