Shades of Bronco #A3957A
Tints of Bronco #A3957A
RGB
CMYK
RGB Variations
Color information
#A3957A (or 0xA3957A) is known color: Bronco. HEX triplet: A3, 95 and 7A. RGB value is (163,149,122). Sum of RGB (Red+Green+Blue) = 163+149+122=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3957A is #5C6A85. Grayscale: #969696. Windows color (decimal): -6056582 or 8033699. OLE color: 8033699.
HSL color Cylindrical-coordinate representation of color #A3957A: hue angle of 39.51º 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 #A3957A is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 122 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.36 |
| HSL | 39.51º | 0.18% | 0.56% | - |
| HSV(B) | 39.51º | 0.25% | 0.64% | - |
| XYZ | 29.36 | 30.69 | 22.79 | - |
| YUV | 150.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 122 | 0 | 0.09 | 0.25 | 0.36 | 39.51 | 0.18 | 0.56 |
| Hex | A3 | 95 | 7A | 0 | 9 | 19 | 24 | 28 | 12 | 38 |
| Octal | 243 | 225 | 172 | 0 | 11 | 31 | 44 | 50 | 22 | 70 |
| Binary | 10100011 | 10010101 | 1111010 | 0 | 1001 | 11001 | 100100 | 101000 | 10010 | 111000 |
Color Harmonies of #A3957A
Complementary color
Monochromatic Colors of #A3957A
Black with #A3957A
Text Example
Text Example
White with #A3957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3957A; }
p { color: rgb(163,149,122); }
H1.HeaderClassName
{
color: #A3957A;
}
.AnyTagClassName
{
color: #A3957A;
}
</style>
background-color css
<style>
a { background-color: #A3957A; }
a { background-color: rgb(163,149,122); }
div.DivClassName
{
background-color: #A3957A;
}
.BgClassName
{
background-color: #A3957A;
}
</style>
border-color css
<style>
span { border-color: #A3957A; }
span { border-color: rgb(163,149,122); }
td.TdClassName
{
border-color: #A3957A;
}
.TagClassName
{
border-color: #A3957A;
}
</style>