Shades of Bud #A1A48F
Tints of Bud #A1A48F
RGB
CMYK
RGB Variations
Color information
#A1A48F (or 0xA1A48F) is known color: Bud. HEX triplet: A1, A4 and 8F. RGB value is (161,164,143). Sum of RGB (Red+Green+Blue) = 161+164+143=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A48F is #5E5B70. Grayscale: #A0A0A0. Windows color (decimal): -6183793 or 9413793. OLE color: 9413793.
HSL color Cylindrical-coordinate representation of color #A1A48F: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1A48F is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 143 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.36 |
| HSL | 68.57º | 0.1% | 0.6% | - |
| HSV(B) | 68.57º | 0.13% | 0.64% | - |
| XYZ | 32.93 | 36.11 | 31.22 | - |
| YUV | 160.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 143 | 0.02 | 0 | 0.13 | 0.36 | 68.57 | 0.1 | 0.6 |
| Hex | A1 | A4 | 8F | 2 | 0 | D | 24 | 45 | A | 3C |
| Octal | 241 | 244 | 217 | 2 | 0 | 15 | 44 | 105 | 12 | 74 |
| Binary | 10100001 | 10100100 | 10001111 | 10 | 0 | 1101 | 100100 | 1000101 | 1010 | 111100 |
Color Harmonies of #A1A48F
Complementary color
Monochromatic Colors of #A1A48F
Black with #A1A48F
Text Example
Text Example
White with #A1A48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A48F; }
p { color: rgb(161,164,143); }
H1.HeaderClassName
{
color: #A1A48F;
}
.AnyTagClassName
{
color: #A1A48F;
}
</style>
background-color css
<style>
a { background-color: #A1A48F; }
a { background-color: rgb(161,164,143); }
div.DivClassName
{
background-color: #A1A48F;
}
.BgClassName
{
background-color: #A1A48F;
}
</style>
border-color css
<style>
span { border-color: #A1A48F; }
span { border-color: rgb(161,164,143); }
td.TdClassName
{
border-color: #A1A48F;
}
.TagClassName
{
border-color: #A1A48F;
}
</style>