Shades of Bud #ABAF8D
Tints of Bud #ABAF8D
RGB
CMYK
RGB Variations
Color information
#ABAF8D (or 0xABAF8D) is known color: Bud. HEX triplet: AB, AF and 8D. RGB value is (171,175,141). Sum of RGB (Red+Green+Blue) = 171+175+141=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF8D is #545072. Grayscale: #AAAAAA. Windows color (decimal): -5525619 or 9285547. OLE color: 9285547.
HSL color Cylindrical-coordinate representation of color #ABAF8D: hue angle of 67.06º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABAF8D is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 141 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.31 |
| HSL | 67.06º | 0.18% | 0.62% | - |
| HSV(B) | 67.06º | 0.19% | 0.69% | - |
| XYZ | 36.93 | 41.24 | 31.21 | - |
| YUV | 169.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 141 | 0.02 | 0 | 0.19 | 0.31 | 67.06 | 0.18 | 0.62 |
| Hex | AB | AF | 8D | 2 | 0 | 13 | 1F | 43 | 12 | 3E |
| Octal | 253 | 257 | 215 | 2 | 0 | 23 | 37 | 103 | 22 | 76 |
| Binary | 10101011 | 10101111 | 10001101 | 10 | 0 | 10011 | 11111 | 1000011 | 10010 | 111110 |
Color Harmonies of #ABAF8D
Complementary color
Monochromatic Colors of #ABAF8D
Black with #ABAF8D
Text Example
Text Example
White with #ABAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF8D; }
p { color: rgb(171,175,141); }
H1.HeaderClassName
{
color: #ABAF8D;
}
.AnyTagClassName
{
color: #ABAF8D;
}
</style>
background-color css
<style>
a { background-color: #ABAF8D; }
a { background-color: rgb(171,175,141); }
div.DivClassName
{
background-color: #ABAF8D;
}
.BgClassName
{
background-color: #ABAF8D;
}
</style>
border-color css
<style>
span { border-color: #ABAF8D; }
span { border-color: rgb(171,175,141); }
td.TdClassName
{
border-color: #ABAF8D;
}
.TagClassName
{
border-color: #ABAF8D;
}
</style>