Shades of Bud #A5AC88
Tints of Bud #A5AC88
RGB
CMYK
RGB Variations
Color information
#A5AC88 (or 0xA5AC88) is known color: Bud. HEX triplet: A5, AC and 88. RGB value is (165,172,136). Sum of RGB (Red+Green+Blue) = 165+172+136=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC88 is #5A5377. Grayscale: #A5A5A5. Windows color (decimal): -5919608 or 8957093. OLE color: 8957093.
HSL color Cylindrical-coordinate representation of color #A5AC88: hue angle of 71.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5AC88 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 136 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.33 |
| HSL | 71.67º | 0.18% | 0.6% | - |
| HSV(B) | 71.67º | 0.21% | 0.67% | - |
| XYZ | 34.71 | 39.28 | 29.05 | - |
| YUV | 165.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 136 | 0.04 | 0 | 0.21 | 0.33 | 71.67 | 0.18 | 0.6 |
| Hex | A5 | AC | 88 | 4 | 0 | 15 | 21 | 48 | 12 | 3C |
| Octal | 245 | 254 | 210 | 4 | 0 | 25 | 41 | 110 | 22 | 74 |
| Binary | 10100101 | 10101100 | 10001000 | 100 | 0 | 10101 | 100001 | 1001000 | 10010 | 111100 |
Color Harmonies of #A5AC88
Complementary color
Monochromatic Colors of #A5AC88
Black with #A5AC88
Text Example
Text Example
White with #A5AC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC88; }
p { color: rgb(165,172,136); }
H1.HeaderClassName
{
color: #A5AC88;
}
.AnyTagClassName
{
color: #A5AC88;
}
</style>
background-color css
<style>
a { background-color: #A5AC88; }
a { background-color: rgb(165,172,136); }
div.DivClassName
{
background-color: #A5AC88;
}
.BgClassName
{
background-color: #A5AC88;
}
</style>
border-color css
<style>
span { border-color: #A5AC88; }
span { border-color: rgb(165,172,136); }
td.TdClassName
{
border-color: #A5AC88;
}
.TagClassName
{
border-color: #A5AC88;
}
</style>