Shades of Bud #A7B184
Tints of Bud #A7B184
RGB
CMYK
RGB Variations
Color information
#A7B184 (or 0xA7B184) is known color: Bud. HEX triplet: A7, B1 and 84. RGB value is (167,177,132). Sum of RGB (Red+Green+Blue) = 167+177+132=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B184 is #584E7B. Grayscale: #A9A9A9. Windows color (decimal): -5787260 or 8696231. OLE color: 8696231.
HSL color Cylindrical-coordinate representation of color #A7B184: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7B184 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 132 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.31 |
| HSL | 73.33º | 0.22% | 0.61% | - |
| HSV(B) | 73.33º | 0.25% | 0.69% | - |
| XYZ | 35.82 | 41.33 | 27.92 | - |
| YUV | 168.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 132 | 0.06 | 0 | 0.25 | 0.31 | 73.33 | 0.22 | 0.61 |
| Hex | A7 | B1 | 84 | 6 | 0 | 19 | 1F | 49 | 16 | 3D |
| Octal | 247 | 261 | 204 | 6 | 0 | 31 | 37 | 111 | 26 | 75 |
| Binary | 10100111 | 10110001 | 10000100 | 110 | 0 | 11001 | 11111 | 1001001 | 10110 | 111101 |
Color Harmonies of #A7B184
Complementary color
Monochromatic Colors of #A7B184
Black with #A7B184
Text Example
Text Example
White with #A7B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B184; }
p { color: rgb(167,177,132); }
H1.HeaderClassName
{
color: #A7B184;
}
.AnyTagClassName
{
color: #A7B184;
}
</style>
background-color css
<style>
a { background-color: #A7B184; }
a { background-color: rgb(167,177,132); }
div.DivClassName
{
background-color: #A7B184;
}
.BgClassName
{
background-color: #A7B184;
}
</style>
border-color css
<style>
span { border-color: #A7B184; }
span { border-color: rgb(167,177,132); }
td.TdClassName
{
border-color: #A7B184;
}
.TagClassName
{
border-color: #A7B184;
}
</style>