Shades of Bud #A1A18D
Tints of Bud #A1A18D
RGB
CMYK
RGB Variations
Color information
#A1A18D (or 0xA1A18D) is known color: Bud. HEX triplet: A1, A1 and 8D. RGB value is (161,161,141). Sum of RGB (Red+Green+Blue) = 161+161+141=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A18D is #5E5E72. Grayscale: #9E9E9E. Windows color (decimal): -6184563 or 9281953. OLE color: 9281953.
HSL color Cylindrical-coordinate representation of color #A1A18D: hue angle of 60º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1A18D is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
RGB | 161 | 161 | 141 | - |
CMYK | 0 | 0 | 0.12 | 0.37 |
HSL | 60º | 0.1% | 0.59% | - |
HSV(B) | 60º | 0.12% | 0.63% | - |
XYZ | 32.25 | 34.99 | 30.25 | - |
YUV | 158.72 | 118 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 161 | 141 | 0 | 0 | 0.12 | 0.37 | 60 | 0.1 | 0.59 |
Hex | A1 | A1 | 8D | 0 | 0 | C | 25 | 3C | A | 3B |
Octal | 241 | 241 | 215 | 0 | 0 | 14 | 45 | 74 | 12 | 73 |
Binary | 10100001 | 10100001 | 10001101 | 0 | 0 | 1100 | 100101 | 111100 | 1010 | 111011 |
Color Harmonies of #A1A18D
Complementary color
Monochromatic Colors of #A1A18D
Black with #A1A18D
Text Example
Text Example
White with #A1A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A18D; }
p { color: rgb(161,161,141); }
H1.HeaderClassName
{
color: #A1A18D;
}
.AnyTagClassName
{
color: #A1A18D;
}
</style>
background-color css
<style>
a { background-color: #A1A18D; }
a { background-color: rgb(161,161,141); }
div.DivClassName
{
background-color: #A1A18D;
}
.BgClassName
{
background-color: #A1A18D;
}
</style>
border-color css
<style>
span { border-color: #A1A18D; }
span { border-color: rgb(161,161,141); }
td.TdClassName
{
border-color: #A1A18D;
}
.TagClassName
{
border-color: #A1A18D;
}
</style>