Shades of Bud #A8AB93
Tints of Bud #A8AB93
RGB
CMYK
RGB Variations
Color information
#A8AB93 (or 0xA8AB93) is known color: Bud. HEX triplet: A8, AB and 93. RGB value is (168,171,147). Sum of RGB (Red+Green+Blue) = 168+171+147=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB93 is #57546C. Grayscale: #A7A7A7. Windows color (decimal): -5723245 or 9677736. OLE color: 9677736.
HSL color Cylindrical-coordinate representation of color #A8AB93: hue angle of 67.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8AB93 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 171 | 147 | - |
CMYK | 0.02 | 0 | 0.14 | 0.33 |
HSL | 67.5º | 0.13% | 0.62% | - |
HSV(B) | 67.5º | 0.14% | 0.67% | - |
XYZ | 35.98 | 39.56 | 33.34 | - |
YUV | 167.37 | 116.51 | 128.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 147 | 0.02 | 0 | 0.14 | 0.33 | 67.5 | 0.13 | 0.62 |
Hex | A8 | AB | 93 | 2 | 0 | E | 21 | 44 | C | 3E |
Octal | 250 | 253 | 223 | 2 | 0 | 16 | 41 | 104 | 14 | 76 |
Binary | 10101000 | 10101011 | 10010011 | 10 | 0 | 1110 | 100001 | 1000100 | 1100 | 111110 |
Color Harmonies of #A8AB93
Complementary color
Monochromatic Colors of #A8AB93
Black with #A8AB93
Text Example
Text Example
White with #A8AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB93; }
p { color: rgb(168,171,147); }
H1.HeaderClassName
{
color: #A8AB93;
}
.AnyTagClassName
{
color: #A8AB93;
}
</style>
background-color css
<style>
a { background-color: #A8AB93; }
a { background-color: rgb(168,171,147); }
div.DivClassName
{
background-color: #A8AB93;
}
.BgClassName
{
background-color: #A8AB93;
}
</style>
border-color css
<style>
span { border-color: #A8AB93; }
span { border-color: rgb(168,171,147); }
td.TdClassName
{
border-color: #A8AB93;
}
.TagClassName
{
border-color: #A8AB93;
}
</style>