Shades of Bud #A5A98F
Tints of Bud #A5A98F
RGB
CMYK
RGB Variations
Color information
#A5A98F (or 0xA5A98F) is known color: Bud. HEX triplet: A5, A9 and 8F. RGB value is (165,169,143). Sum of RGB (Red+Green+Blue) = 165+169+143=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A98F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A98F is #5A5670. Grayscale: #A4A4A4. Windows color (decimal): -5920369 or 9415077. OLE color: 9415077.
HSL color Cylindrical-coordinate representation of color #A5A98F: hue angle of 69.23º 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 #A5A98F is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 143 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.34 |
| HSL | 69.23º | 0.13% | 0.61% | - |
| HSV(B) | 69.23º | 0.15% | 0.66% | - |
| XYZ | 34.66 | 38.36 | 31.56 | - |
| YUV | 164.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 143 | 0.02 | 0 | 0.15 | 0.34 | 69.23 | 0.13 | 0.61 |
| Hex | A5 | A9 | 8F | 2 | 0 | F | 22 | 45 | D | 3D |
| Octal | 245 | 251 | 217 | 2 | 0 | 17 | 42 | 105 | 15 | 75 |
| Binary | 10100101 | 10101001 | 10001111 | 10 | 0 | 1111 | 100010 | 1000101 | 1101 | 111101 |
Color Harmonies of #A5A98F
Complementary color
Monochromatic Colors of #A5A98F
Black with #A5A98F
Text Example
Text Example
White with #A5A98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A98F; }
p { color: rgb(165,169,143); }
H1.HeaderClassName
{
color: #A5A98F;
}
.AnyTagClassName
{
color: #A5A98F;
}
</style>
background-color css
<style>
a { background-color: #A5A98F; }
a { background-color: rgb(165,169,143); }
div.DivClassName
{
background-color: #A5A98F;
}
.BgClassName
{
background-color: #A5A98F;
}
</style>
border-color css
<style>
span { border-color: #A5A98F; }
span { border-color: rgb(165,169,143); }
td.TdClassName
{
border-color: #A5A98F;
}
.TagClassName
{
border-color: #A5A98F;
}
</style>