Shades of Bronco #A3917A
Tints of Bronco #A3917A
RGB
CMYK
RGB Variations
Color information
#A3917A (or 0xA3917A) is known color: Bronco. HEX triplet: A3, 91 and 7A. RGB value is (163,145,122). Sum of RGB (Red+Green+Blue) = 163+145+122=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A3917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3917A is #5C6E85. Grayscale: #939393. Windows color (decimal): -6057606 or 8032675. OLE color: 8032675.
HSL color Cylindrical-coordinate representation of color #A3917A: hue angle of 33.66º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3917A is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 122 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.36 |
| HSL | 33.66º | 0.18% | 0.56% | - |
| HSV(B) | 33.66º | 0.25% | 0.64% | - |
| XYZ | 28.74 | 29.44 | 22.58 | - |
| YUV | 147.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 122 | 0 | 0.11 | 0.25 | 0.36 | 33.66 | 0.18 | 0.56 |
| Hex | A3 | 91 | 7A | 0 | B | 19 | 24 | 22 | 12 | 38 |
| Octal | 243 | 221 | 172 | 0 | 13 | 31 | 44 | 42 | 22 | 70 |
| Binary | 10100011 | 10010001 | 1111010 | 0 | 1011 | 11001 | 100100 | 100010 | 10010 | 111000 |
Color Harmonies of #A3917A
Complementary color
Monochromatic Colors of #A3917A
Black with #A3917A
Text Example
Text Example
White with #A3917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3917A; }
p { color: rgb(163,145,122); }
H1.HeaderClassName
{
color: #A3917A;
}
.AnyTagClassName
{
color: #A3917A;
}
</style>
background-color css
<style>
a { background-color: #A3917A; }
a { background-color: rgb(163,145,122); }
div.DivClassName
{
background-color: #A3917A;
}
.BgClassName
{
background-color: #A3917A;
}
</style>
border-color css
<style>
span { border-color: #A3917A; }
span { border-color: rgb(163,145,122); }
td.TdClassName
{
border-color: #A3917A;
}
.TagClassName
{
border-color: #A3917A;
}
</style>