Shades of Bud #A0A28F
Tints of Bud #A0A28F
RGB
CMYK
RGB Variations
Color information
#A0A28F (or 0xA0A28F) is known color: Bud. HEX triplet: A0, A2 and 8F. RGB value is (160,162,143). Sum of RGB (Red+Green+Blue) = 160+162+143=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A28F is #5F5D70. Grayscale: #9F9F9F. Windows color (decimal): -6249841 or 9413280. OLE color: 9413280.
HSL color Cylindrical-coordinate representation of color #A0A28F: hue angle of 66.32º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0A28F is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 143 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.36 |
| HSL | 66.32º | 0.09% | 0.6% | - |
| HSV(B) | 66.32º | 0.12% | 0.64% | - |
| XYZ | 32.38 | 35.3 | 31.09 | - |
| YUV | 159.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 143 | 0.01 | 0 | 0.12 | 0.36 | 66.32 | 0.09 | 0.6 |
| Hex | A0 | A2 | 8F | 1 | 0 | C | 24 | 42 | 9 | 3C |
| Octal | 240 | 242 | 217 | 1 | 0 | 14 | 44 | 102 | 11 | 74 |
| Binary | 10100000 | 10100010 | 10001111 | 1 | 0 | 1100 | 100100 | 1000010 | 1001 | 111100 |
Color Harmonies of #A0A28F
Complementary color
Monochromatic Colors of #A0A28F
Black with #A0A28F
Text Example
Text Example
White with #A0A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A28F; }
p { color: rgb(160,162,143); }
H1.HeaderClassName
{
color: #A0A28F;
}
.AnyTagClassName
{
color: #A0A28F;
}
</style>
background-color css
<style>
a { background-color: #A0A28F; }
a { background-color: rgb(160,162,143); }
div.DivClassName
{
background-color: #A0A28F;
}
.BgClassName
{
background-color: #A0A28F;
}
</style>
border-color css
<style>
span { border-color: #A0A28F; }
span { border-color: rgb(160,162,143); }
td.TdClassName
{
border-color: #A0A28F;
}
.TagClassName
{
border-color: #A0A28F;
}
</style>