Shades of Bud #ABAB8C
Tints of Bud #ABAB8C
RGB
CMYK
RGB Variations
Color information
#ABAB8C (or 0xABAB8C) is known color: Bud. HEX triplet: AB, AB and 8C. RGB value is (171,171,140). Sum of RGB (Red+Green+Blue) = 171+171+140=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB8C is #545473. Grayscale: #A7A7A7. Windows color (decimal): -5526644 or 9218987. OLE color: 9218987.
HSL color Cylindrical-coordinate representation of color #ABAB8C: hue angle of 60º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABAB8C is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 171 | 140 | - |
CMYK | 0 | 0 | 0.18 | 0.33 |
HSL | 60º | 0.16% | 0.61% | - |
HSV(B) | 60º | 0.18% | 0.67% | - |
XYZ | 36.09 | 39.68 | 30.57 | - |
YUV | 167.47 | 112.5 | 130.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 140 | 0 | 0 | 0.18 | 0.33 | 60 | 0.16 | 0.61 |
Hex | AB | AB | 8C | 0 | 0 | 12 | 21 | 3C | 10 | 3D |
Octal | 253 | 253 | 214 | 0 | 0 | 22 | 41 | 74 | 20 | 75 |
Binary | 10101011 | 10101011 | 10001100 | 0 | 0 | 10010 | 100001 | 111100 | 10000 | 111101 |
Color Harmonies of #ABAB8C
Complementary color
Monochromatic Colors of #ABAB8C
Black with #ABAB8C
Text Example
Text Example
White with #ABAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB8C; }
p { color: rgb(171,171,140); }
H1.HeaderClassName
{
color: #ABAB8C;
}
.AnyTagClassName
{
color: #ABAB8C;
}
</style>
background-color css
<style>
a { background-color: #ABAB8C; }
a { background-color: rgb(171,171,140); }
div.DivClassName
{
background-color: #ABAB8C;
}
.BgClassName
{
background-color: #ABAB8C;
}
</style>
border-color css
<style>
span { border-color: #ABAB8C; }
span { border-color: rgb(171,171,140); }
td.TdClassName
{
border-color: #ABAB8C;
}
.TagClassName
{
border-color: #ABAB8C;
}
</style>