Shades of Bronco #A4957A
Tints of Bronco #A4957A
RGB
CMYK
RGB Variations
Color information
#A4957A (or 0xA4957A) is known color: Bronco. HEX triplet: A4, 95 and 7A. RGB value is (164,149,122). Sum of RGB (Red+Green+Blue) = 164+149+122=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4957A is #5B6A85. Grayscale: #969696. Windows color (decimal): -5991046 or 8033700. OLE color: 8033700.
HSL color Cylindrical-coordinate representation of color #A4957A: hue angle of 38.57º 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 #A4957A is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 122 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.36 |
| HSL | 38.57º | 0.19% | 0.56% | - |
| HSV(B) | 38.57º | 0.26% | 0.64% | - |
| XYZ | 29.57 | 30.79 | 22.8 | - |
| YUV | 150.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 122 | 0 | 0.09 | 0.26 | 0.36 | 38.57 | 0.19 | 0.56 |
| Hex | A4 | 95 | 7A | 0 | 9 | 1A | 24 | 27 | 13 | 38 |
| Octal | 244 | 225 | 172 | 0 | 11 | 32 | 44 | 47 | 23 | 70 |
| Binary | 10100100 | 10010101 | 1111010 | 0 | 1001 | 11010 | 100100 | 100111 | 10011 | 111000 |
Color Harmonies of #A4957A
Complementary color
Monochromatic Colors of #A4957A
Black with #A4957A
Text Example
Text Example
White with #A4957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4957A; }
p { color: rgb(164,149,122); }
H1.HeaderClassName
{
color: #A4957A;
}
.AnyTagClassName
{
color: #A4957A;
}
</style>
background-color css
<style>
a { background-color: #A4957A; }
a { background-color: rgb(164,149,122); }
div.DivClassName
{
background-color: #A4957A;
}
.BgClassName
{
background-color: #A4957A;
}
</style>
border-color css
<style>
span { border-color: #A4957A; }
span { border-color: rgb(164,149,122); }
td.TdClassName
{
border-color: #A4957A;
}
.TagClassName
{
border-color: #A4957A;
}
</style>