Shades of Bronco #A3947B
Tints of Bronco #A3947B
RGB
CMYK
RGB Variations
Color information
#A3947B (or 0xA3947B) is known color: Bronco. HEX triplet: A3, 94 and 7B. RGB value is (163,148,123). Sum of RGB (Red+Green+Blue) = 163+148+123=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3947B is #5C6B84. Grayscale: #959595. Windows color (decimal): -6056837 or 8098979. OLE color: 8098979.
HSL color Cylindrical-coordinate representation of color #A3947B: hue angle of 37.5º 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 #A3947B is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 148 | 123 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.36 |
| HSL | 37.5º | 0.18% | 0.56% | - |
| HSV(B) | 37.5º | 0.25% | 0.64% | - |
| XYZ | 29.27 | 30.4 | 23.06 | - |
| YUV | 149.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 123 | 0 | 0.09 | 0.25 | 0.36 | 37.5 | 0.18 | 0.56 |
| Hex | A3 | 94 | 7B | 0 | 9 | 19 | 24 | 26 | 12 | 38 |
| Octal | 243 | 224 | 173 | 0 | 11 | 31 | 44 | 46 | 22 | 70 |
| Binary | 10100011 | 10010100 | 1111011 | 0 | 1001 | 11001 | 100100 | 100110 | 10010 | 111000 |
Color Harmonies of #A3947B
Complementary color
Monochromatic Colors of #A3947B
Black with #A3947B
Text Example
Text Example
White with #A3947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3947B; }
p { color: rgb(163,148,123); }
H1.HeaderClassName
{
color: #A3947B;
}
.AnyTagClassName
{
color: #A3947B;
}
</style>
background-color css
<style>
a { background-color: #A3947B; }
a { background-color: rgb(163,148,123); }
div.DivClassName
{
background-color: #A3947B;
}
.BgClassName
{
background-color: #A3947B;
}
</style>
border-color css
<style>
span { border-color: #A3947B; }
span { border-color: rgb(163,148,123); }
td.TdClassName
{
border-color: #A3947B;
}
.TagClassName
{
border-color: #A3947B;
}
</style>