Shades of Bud #ABAF8C
Tints of Bud #ABAF8C
RGB
CMYK
RGB Variations
Color information
#ABAF8C (or 0xABAF8C) is known color: Bud. HEX triplet: AB, AF and 8C. RGB value is (171,175,140). Sum of RGB (Red+Green+Blue) = 171+175+140=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF8C is #545073. Grayscale: #A9A9A9. Windows color (decimal): -5525620 or 9220011. OLE color: 9220011.
HSL color Cylindrical-coordinate representation of color #ABAF8C: hue angle of 66.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAF8C is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 140 | - |
| CMYK | 0.02 | 0 | 0.2 | 0.31 |
| HSL | 66.86º | 0.18% | 0.62% | - |
| HSV(B) | 66.86º | 0.2% | 0.69% | - |
| XYZ | 36.86 | 41.21 | 30.82 | - |
| YUV | 169.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 140 | 0.02 | 0 | 0.2 | 0.31 | 66.86 | 0.18 | 0.62 |
| Hex | AB | AF | 8C | 2 | 0 | 14 | 1F | 43 | 12 | 3E |
| Octal | 253 | 257 | 214 | 2 | 0 | 24 | 37 | 103 | 22 | 76 |
| Binary | 10101011 | 10101111 | 10001100 | 10 | 0 | 10100 | 11111 | 1000011 | 10010 | 111110 |
Color Harmonies of #ABAF8C
Complementary color
Monochromatic Colors of #ABAF8C
Black with #ABAF8C
Text Example
Text Example
White with #ABAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF8C; }
p { color: rgb(171,175,140); }
H1.HeaderClassName
{
color: #ABAF8C;
}
.AnyTagClassName
{
color: #ABAF8C;
}
</style>
background-color css
<style>
a { background-color: #ABAF8C; }
a { background-color: rgb(171,175,140); }
div.DivClassName
{
background-color: #ABAF8C;
}
.BgClassName
{
background-color: #ABAF8C;
}
</style>
border-color css
<style>
span { border-color: #ABAF8C; }
span { border-color: rgb(171,175,140); }
td.TdClassName
{
border-color: #ABAF8C;
}
.TagClassName
{
border-color: #ABAF8C;
}
</style>