Shades of Bronco #A4917A
Tints of Bronco #A4917A
RGB
CMYK
RGB Variations
Color information
#A4917A (or 0xA4917A) is known color: Bronco. HEX triplet: A4, 91 and 7A. RGB value is (164,145,122). Sum of RGB (Red+Green+Blue) = 164+145+122=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A4917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4917A is #5B6E85. Grayscale: #949494. Windows color (decimal): -5992070 or 8032676. OLE color: 8032676.
HSL color Cylindrical-coordinate representation of color #A4917A: hue angle of 32.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4917A is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 122 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.36 |
| HSL | 32.86º | 0.19% | 0.56% | - |
| HSV(B) | 32.86º | 0.26% | 0.64% | - |
| XYZ | 28.95 | 29.55 | 22.59 | - |
| YUV | 148.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 122 | 0 | 0.12 | 0.26 | 0.36 | 32.86 | 0.19 | 0.56 |
| Hex | A4 | 91 | 7A | 0 | C | 1A | 24 | 21 | 13 | 38 |
| Octal | 244 | 221 | 172 | 0 | 14 | 32 | 44 | 41 | 23 | 70 |
| Binary | 10100100 | 10010001 | 1111010 | 0 | 1100 | 11010 | 100100 | 100001 | 10011 | 111000 |
Color Harmonies of #A4917A
Complementary color
Monochromatic Colors of #A4917A
Black with #A4917A
Text Example
Text Example
White with #A4917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4917A; }
p { color: rgb(164,145,122); }
H1.HeaderClassName
{
color: #A4917A;
}
.AnyTagClassName
{
color: #A4917A;
}
</style>
background-color css
<style>
a { background-color: #A4917A; }
a { background-color: rgb(164,145,122); }
div.DivClassName
{
background-color: #A4917A;
}
.BgClassName
{
background-color: #A4917A;
}
</style>
border-color css
<style>
span { border-color: #A4917A; }
span { border-color: rgb(164,145,122); }
td.TdClassName
{
border-color: #A4917A;
}
.TagClassName
{
border-color: #A4917A;
}
</style>