Shades of Bud #A2AF83
Tints of Bud #A2AF83
RGB
CMYK
RGB Variations
Color information
#A2AF83 (or 0xA2AF83) is known color: Bud. HEX triplet: A2, AF and 83. RGB value is (162,175,131). Sum of RGB (Red+Green+Blue) = 162+175+131=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF83 is #5D507C. Grayscale: #A6A6A6. Windows color (decimal): -6115453 or 8630178. OLE color: 8630178.
HSL color Cylindrical-coordinate representation of color #A2AF83: hue angle of 77.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2AF83 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 131 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.31 |
| HSL | 77.73º | 0.22% | 0.6% | - |
| HSV(B) | 77.73º | 0.25% | 0.69% | - |
| XYZ | 34.33 | 39.98 | 27.38 | - |
| YUV | 166.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 131 | 0.07 | 0 | 0.25 | 0.31 | 77.73 | 0.22 | 0.6 |
| Hex | A2 | AF | 83 | 7 | 0 | 19 | 1F | 4E | 16 | 3C |
| Octal | 242 | 257 | 203 | 7 | 0 | 31 | 37 | 116 | 26 | 74 |
| Binary | 10100010 | 10101111 | 10000011 | 111 | 0 | 11001 | 11111 | 1001110 | 10110 | 111100 |
Color Harmonies of #A2AF83
Complementary color
Monochromatic Colors of #A2AF83
Black with #A2AF83
Text Example
Text Example
White with #A2AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF83; }
p { color: rgb(162,175,131); }
H1.HeaderClassName
{
color: #A2AF83;
}
.AnyTagClassName
{
color: #A2AF83;
}
</style>
background-color css
<style>
a { background-color: #A2AF83; }
a { background-color: rgb(162,175,131); }
div.DivClassName
{
background-color: #A2AF83;
}
.BgClassName
{
background-color: #A2AF83;
}
</style>
border-color css
<style>
span { border-color: #A2AF83; }
span { border-color: rgb(162,175,131); }
td.TdClassName
{
border-color: #A2AF83;
}
.TagClassName
{
border-color: #A2AF83;
}
</style>