Shades of Bud #ABAF90
Tints of Bud #ABAF90
RGB
CMYK
RGB Variations
Color information
#ABAF90 (or 0xABAF90) is known color: Bud. HEX triplet: AB, AF and 90. RGB value is (171,175,144). Sum of RGB (Red+Green+Blue) = 171+175+144=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF90 is #54506F. Grayscale: #AAAAAA. Windows color (decimal): -5525616 or 9482155. OLE color: 9482155.
HSL color Cylindrical-coordinate representation of color #ABAF90: hue angle of 67.74º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABAF90 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 144 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.31 |
| HSL | 67.74º | 0.16% | 0.63% | - |
| HSV(B) | 67.74º | 0.18% | 0.69% | - |
| XYZ | 37.16 | 41.33 | 32.4 | - |
| YUV | 170.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 144 | 0.02 | 0 | 0.18 | 0.31 | 67.74 | 0.16 | 0.63 |
| Hex | AB | AF | 90 | 2 | 0 | 12 | 1F | 44 | 10 | 3F |
| Octal | 253 | 257 | 220 | 2 | 0 | 22 | 37 | 104 | 20 | 77 |
| Binary | 10101011 | 10101111 | 10010000 | 10 | 0 | 10010 | 11111 | 1000100 | 10000 | 111111 |
Color Harmonies of #ABAF90
Complementary color
Monochromatic Colors of #ABAF90
Black with #ABAF90
Text Example
Text Example
White with #ABAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF90; }
p { color: rgb(171,175,144); }
H1.HeaderClassName
{
color: #ABAF90;
}
.AnyTagClassName
{
color: #ABAF90;
}
</style>
background-color css
<style>
a { background-color: #ABAF90; }
a { background-color: rgb(171,175,144); }
div.DivClassName
{
background-color: #ABAF90;
}
.BgClassName
{
background-color: #ABAF90;
}
</style>
border-color css
<style>
span { border-color: #ABAF90; }
span { border-color: rgb(171,175,144); }
td.TdClassName
{
border-color: #ABAF90;
}
.TagClassName
{
border-color: #ABAF90;
}
</style>