Shades of Bud #A8AB92
Tints of Bud #A8AB92
RGB
CMYK
RGB Variations
Color information
#A8AB92 (or 0xA8AB92) is known color: Bud. HEX triplet: A8, AB and 92. RGB value is (168,171,146). Sum of RGB (Red+Green+Blue) = 168+171+146=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB92 is #57546D. Grayscale: #A7A7A7. Windows color (decimal): -5723246 or 9612200. OLE color: 9612200.
HSL color Cylindrical-coordinate representation of color #A8AB92: hue angle of 67.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8AB92 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 171 | 146 | - |
CMYK | 0.02 | 0 | 0.15 | 0.33 |
HSL | 67.2º | 0.13% | 0.62% | - |
HSV(B) | 67.2º | 0.15% | 0.67% | - |
XYZ | 35.9 | 39.53 | 32.93 | - |
YUV | 167.25 | 116.01 | 128.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 146 | 0.02 | 0 | 0.15 | 0.33 | 67.2 | 0.13 | 0.62 |
Hex | A8 | AB | 92 | 2 | 0 | F | 21 | 43 | D | 3E |
Octal | 250 | 253 | 222 | 2 | 0 | 17 | 41 | 103 | 15 | 76 |
Binary | 10101000 | 10101011 | 10010010 | 10 | 0 | 1111 | 100001 | 1000011 | 1101 | 111110 |
Color Harmonies of #A8AB92
Complementary color
Monochromatic Colors of #A8AB92
Black with #A8AB92
Text Example
Text Example
White with #A8AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB92; }
p { color: rgb(168,171,146); }
H1.HeaderClassName
{
color: #A8AB92;
}
.AnyTagClassName
{
color: #A8AB92;
}
</style>
background-color css
<style>
a { background-color: #A8AB92; }
a { background-color: rgb(168,171,146); }
div.DivClassName
{
background-color: #A8AB92;
}
.BgClassName
{
background-color: #A8AB92;
}
</style>
border-color css
<style>
span { border-color: #A8AB92; }
span { border-color: rgb(168,171,146); }
td.TdClassName
{
border-color: #A8AB92;
}
.TagClassName
{
border-color: #A8AB92;
}
</style>