Shades of Bud #A0A48B
Tints of Bud #A0A48B
RGB
CMYK
RGB Variations
Color information
#A0A48B (or 0xA0A48B) is known color: Bud. HEX triplet: A0, A4 and 8B. RGB value is (160,164,139). Sum of RGB (Red+Green+Blue) = 160+164+139=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A48B is #5F5B74. Grayscale: #A0A0A0. Windows color (decimal): -6249333 or 9151648. OLE color: 9151648.
HSL color Cylindrical-coordinate representation of color #A0A48B: hue angle of 69.6º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0A48B is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 164 | 139 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.36 |
| HSL | 69.6º | 0.12% | 0.59% | - |
| HSV(B) | 69.6º | 0.15% | 0.64% | - |
| XYZ | 32.43 | 35.89 | 29.64 | - |
| YUV | 159.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 139 | 0.02 | 0 | 0.15 | 0.36 | 69.6 | 0.12 | 0.59 |
| Hex | A0 | A4 | 8B | 2 | 0 | F | 24 | 46 | C | 3B |
| Octal | 240 | 244 | 213 | 2 | 0 | 17 | 44 | 106 | 14 | 73 |
| Binary | 10100000 | 10100100 | 10001011 | 10 | 0 | 1111 | 100100 | 1000110 | 1100 | 111011 |
Color Harmonies of #A0A48B
Complementary color
Monochromatic Colors of #A0A48B
Black with #A0A48B
Text Example
Text Example
White with #A0A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A48B; }
p { color: rgb(160,164,139); }
H1.HeaderClassName
{
color: #A0A48B;
}
.AnyTagClassName
{
color: #A0A48B;
}
</style>
background-color css
<style>
a { background-color: #A0A48B; }
a { background-color: rgb(160,164,139); }
div.DivClassName
{
background-color: #A0A48B;
}
.BgClassName
{
background-color: #A0A48B;
}
</style>
border-color css
<style>
span { border-color: #A0A48B; }
span { border-color: rgb(160,164,139); }
td.TdClassName
{
border-color: #A0A48B;
}
.TagClassName
{
border-color: #A0A48B;
}
</style>