Shades of Bud #A0A48A
Tints of Bud #A0A48A
RGB
CMYK
RGB Variations
Color information
#A0A48A (or 0xA0A48A) is known color: Bud. HEX triplet: A0, A4 and 8A. RGB value is (160,164,138). Sum of RGB (Red+Green+Blue) = 160+164+138=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A48A is #5F5B75. Grayscale: #9F9F9F. Windows color (decimal): -6249334 or 9086112. OLE color: 9086112.
HSL color Cylindrical-coordinate representation of color #A0A48A: hue angle of 69.23º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0A48A is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 164 | 138 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.36 |
| HSL | 69.23º | 0.13% | 0.59% | - |
| HSV(B) | 69.23º | 0.16% | 0.64% | - |
| XYZ | 32.36 | 35.86 | 29.26 | - |
| YUV | 159.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 138 | 0.02 | 0 | 0.16 | 0.36 | 69.23 | 0.13 | 0.59 |
| Hex | A0 | A4 | 8A | 2 | 0 | 10 | 24 | 45 | C | 3B |
| Octal | 240 | 244 | 212 | 2 | 0 | 20 | 44 | 105 | 14 | 73 |
| Binary | 10100000 | 10100100 | 10001010 | 10 | 0 | 10000 | 100100 | 1000101 | 1100 | 111011 |
Color Harmonies of #A0A48A
Complementary color
Monochromatic Colors of #A0A48A
Black with #A0A48A
Text Example
Text Example
White with #A0A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A48A; }
p { color: rgb(160,164,138); }
H1.HeaderClassName
{
color: #A0A48A;
}
.AnyTagClassName
{
color: #A0A48A;
}
</style>
background-color css
<style>
a { background-color: #A0A48A; }
a { background-color: rgb(160,164,138); }
div.DivClassName
{
background-color: #A0A48A;
}
.BgClassName
{
background-color: #A0A48A;
}
</style>
border-color css
<style>
span { border-color: #A0A48A; }
span { border-color: rgb(160,164,138); }
td.TdClassName
{
border-color: #A0A48A;
}
.TagClassName
{
border-color: #A0A48A;
}
</style>