Shades of Bud #A0A38B
Tints of Bud #A0A38B
RGB
CMYK
RGB Variations
Color information
#A0A38B (or 0xA0A38B) is known color: Bud. HEX triplet: A0, A3 and 8B. RGB value is (160,163,139). Sum of RGB (Red+Green+Blue) = 160+163+139=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A38B is #5F5C74. Grayscale: #9F9F9F. Windows color (decimal): -6249589 or 9151392. OLE color: 9151392.
HSL color Cylindrical-coordinate representation of color #A0A38B: hue angle of 67.5º 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 #A0A38B is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 139 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.36 |
| HSL | 67.5º | 0.12% | 0.59% | - |
| HSV(B) | 67.5º | 0.15% | 0.64% | - |
| XYZ | 32.25 | 35.53 | 29.58 | - |
| YUV | 159.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 139 | 0.02 | 0 | 0.15 | 0.36 | 67.5 | 0.12 | 0.59 |
| Hex | A0 | A3 | 8B | 2 | 0 | F | 24 | 44 | C | 3B |
| Octal | 240 | 243 | 213 | 2 | 0 | 17 | 44 | 104 | 14 | 73 |
| Binary | 10100000 | 10100011 | 10001011 | 10 | 0 | 1111 | 100100 | 1000100 | 1100 | 111011 |
Color Harmonies of #A0A38B
Complementary color
Monochromatic Colors of #A0A38B
Black with #A0A38B
Text Example
Text Example
White with #A0A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A38B; }
p { color: rgb(160,163,139); }
H1.HeaderClassName
{
color: #A0A38B;
}
.AnyTagClassName
{
color: #A0A38B;
}
</style>
background-color css
<style>
a { background-color: #A0A38B; }
a { background-color: rgb(160,163,139); }
div.DivClassName
{
background-color: #A0A38B;
}
.BgClassName
{
background-color: #A0A38B;
}
</style>
border-color css
<style>
span { border-color: #A0A38B; }
span { border-color: rgb(160,163,139); }
td.TdClassName
{
border-color: #A0A38B;
}
.TagClassName
{
border-color: #A0A38B;
}
</style>