Shades of Bud #A4A98F
Tints of Bud #A4A98F
RGB
CMYK
RGB Variations
Color information
#A4A98F (or 0xA4A98F) is known color: Bud. HEX triplet: A4, A9 and 8F. RGB value is (164,169,143). Sum of RGB (Red+Green+Blue) = 164+169+143=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A98F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A98F is #5B5670. Grayscale: #A4A4A4. Windows color (decimal): -5985905 or 9415076. OLE color: 9415076.
HSL color Cylindrical-coordinate representation of color #A4A98F: hue angle of 71.54º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4A98F is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 143 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.34 |
| HSL | 71.54º | 0.13% | 0.61% | - |
| HSV(B) | 71.54º | 0.15% | 0.66% | - |
| XYZ | 34.46 | 38.25 | 31.55 | - |
| YUV | 164.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 143 | 0.03 | 0 | 0.15 | 0.34 | 71.54 | 0.13 | 0.61 |
| Hex | A4 | A9 | 8F | 3 | 0 | F | 22 | 48 | D | 3D |
| Octal | 244 | 251 | 217 | 3 | 0 | 17 | 42 | 110 | 15 | 75 |
| Binary | 10100100 | 10101001 | 10001111 | 11 | 0 | 1111 | 100010 | 1001000 | 1101 | 111101 |
Color Harmonies of #A4A98F
Complementary color
Monochromatic Colors of #A4A98F
Black with #A4A98F
Text Example
Text Example
White with #A4A98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A98F; }
p { color: rgb(164,169,143); }
H1.HeaderClassName
{
color: #A4A98F;
}
.AnyTagClassName
{
color: #A4A98F;
}
</style>
background-color css
<style>
a { background-color: #A4A98F; }
a { background-color: rgb(164,169,143); }
div.DivClassName
{
background-color: #A4A98F;
}
.BgClassName
{
background-color: #A4A98F;
}
</style>
border-color css
<style>
span { border-color: #A4A98F; }
span { border-color: rgb(164,169,143); }
td.TdClassName
{
border-color: #A4A98F;
}
.TagClassName
{
border-color: #A4A98F;
}
</style>