Shades of Bud #A8A889
Tints of Bud #A8A889
RGB
CMYK
RGB Variations
Color information
#A8A889 (or 0xA8A889) is known color: Bud. HEX triplet: A8, A8 and 89. RGB value is (168,168,137). Sum of RGB (Red+Green+Blue) = 168+168+137=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A889 is #575776. Grayscale: #A4A4A4. Windows color (decimal): -5724023 or 9021608. OLE color: 9021608.
HSL color Cylindrical-coordinate representation of color #A8A889: hue angle of 60º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8A889 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 168 | 137 | - |
CMYK | 0 | 0 | 0.18 | 0.34 |
HSL | 60º | 0.15% | 0.6% | - |
HSV(B) | 60º | 0.18% | 0.66% | - |
XYZ | 34.67 | 38.14 | 29.2 | - |
YUV | 164.47 | 112.5 | 130.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 168 | 137 | 0 | 0 | 0.18 | 0.34 | 60 | 0.15 | 0.6 |
Hex | A8 | A8 | 89 | 0 | 0 | 12 | 22 | 3C | F | 3C |
Octal | 250 | 250 | 211 | 0 | 0 | 22 | 42 | 74 | 17 | 74 |
Binary | 10101000 | 10101000 | 10001001 | 0 | 0 | 10010 | 100010 | 111100 | 1111 | 111100 |
Color Harmonies of #A8A889
Complementary color
Monochromatic Colors of #A8A889
Black with #A8A889
Text Example
Text Example
White with #A8A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A889; }
p { color: rgb(168,168,137); }
H1.HeaderClassName
{
color: #A8A889;
}
.AnyTagClassName
{
color: #A8A889;
}
</style>
background-color css
<style>
a { background-color: #A8A889; }
a { background-color: rgb(168,168,137); }
div.DivClassName
{
background-color: #A8A889;
}
.BgClassName
{
background-color: #A8A889;
}
</style>
border-color css
<style>
span { border-color: #A8A889; }
span { border-color: rgb(168,168,137); }
td.TdClassName
{
border-color: #A8A889;
}
.TagClassName
{
border-color: #A8A889;
}
</style>