Shades of Bud #A8AB87
Tints of Bud #A8AB87
RGB
CMYK
RGB Variations
Color information
#A8AB87 (or 0xA8AB87) is known color: Bud. HEX triplet: A8, AB and 87. RGB value is (168,171,135). Sum of RGB (Red+Green+Blue) = 168+171+135=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB87 is #575478. Grayscale: #A6A6A6. Windows color (decimal): -5723257 or 8891304. OLE color: 8891304.
HSL color Cylindrical-coordinate representation of color #A8AB87: hue angle of 65º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8AB87 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 171 | 135 | - |
CMYK | 0.02 | 0 | 0.21 | 0.33 |
HSL | 65º | 0.18% | 0.6% | - |
HSV(B) | 65º | 0.21% | 0.67% | - |
XYZ | 35.08 | 39.2 | 28.64 | - |
YUV | 166 | 110.51 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 135 | 0.02 | 0 | 0.21 | 0.33 | 65 | 0.18 | 0.6 |
Hex | A8 | AB | 87 | 2 | 0 | 15 | 21 | 41 | 12 | 3C |
Octal | 250 | 253 | 207 | 2 | 0 | 25 | 41 | 101 | 22 | 74 |
Binary | 10101000 | 10101011 | 10000111 | 10 | 0 | 10101 | 100001 | 1000001 | 10010 | 111100 |
Color Harmonies of #A8AB87
Complementary color
Monochromatic Colors of #A8AB87
Black with #A8AB87
Text Example
Text Example
White with #A8AB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB87; }
p { color: rgb(168,171,135); }
H1.HeaderClassName
{
color: #A8AB87;
}
.AnyTagClassName
{
color: #A8AB87;
}
</style>
background-color css
<style>
a { background-color: #A8AB87; }
a { background-color: rgb(168,171,135); }
div.DivClassName
{
background-color: #A8AB87;
}
.BgClassName
{
background-color: #A8AB87;
}
</style>
border-color css
<style>
span { border-color: #A8AB87; }
span { border-color: rgb(168,171,135); }
td.TdClassName
{
border-color: #A8AB87;
}
.TagClassName
{
border-color: #A8AB87;
}
</style>