Shades of Bud #A0A28A
Tints of Bud #A0A28A
RGB
CMYK
RGB Variations
Color information
#A0A28A (or 0xA0A28A) is known color: Bud. HEX triplet: A0, A2 and 8A. RGB value is (160,162,138). Sum of RGB (Red+Green+Blue) = 160+162+138=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A28A is #5F5D75. Grayscale: #9E9E9E. Windows color (decimal): -6249846 or 9085600. OLE color: 9085600.
HSL color Cylindrical-coordinate representation of color #A0A28A: hue angle of 65º degrees, saturation: 0.11, 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 #A0A28A is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 138 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.36 |
| HSL | 65º | 0.11% | 0.59% | - |
| HSV(B) | 65º | 0.15% | 0.64% | - |
| XYZ | 32 | 35.15 | 29.14 | - |
| YUV | 158.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 138 | 0.01 | 0 | 0.15 | 0.36 | 65 | 0.11 | 0.59 |
| Hex | A0 | A2 | 8A | 1 | 0 | F | 24 | 41 | B | 3B |
| Octal | 240 | 242 | 212 | 1 | 0 | 17 | 44 | 101 | 13 | 73 |
| Binary | 10100000 | 10100010 | 10001010 | 1 | 0 | 1111 | 100100 | 1000001 | 1011 | 111011 |
Color Harmonies of #A0A28A
Complementary color
Monochromatic Colors of #A0A28A
Black with #A0A28A
Text Example
Text Example
White with #A0A28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A28A; }
p { color: rgb(160,162,138); }
H1.HeaderClassName
{
color: #A0A28A;
}
.AnyTagClassName
{
color: #A0A28A;
}
</style>
background-color css
<style>
a { background-color: #A0A28A; }
a { background-color: rgb(160,162,138); }
div.DivClassName
{
background-color: #A0A28A;
}
.BgClassName
{
background-color: #A0A28A;
}
</style>
border-color css
<style>
span { border-color: #A0A28A; }
span { border-color: rgb(160,162,138); }
td.TdClassName
{
border-color: #A0A28A;
}
.TagClassName
{
border-color: #A0A28A;
}
</style>