Shades of Bronco #A4927E
Tints of Bronco #A4927E
RGB
CMYK
RGB Variations
Color information
#A4927E (or 0xA4927E) is known color: Bronco. HEX triplet: A4, 92 and 7E. RGB value is (164,146,126). Sum of RGB (Red+Green+Blue) = 164+146+126=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4927E is #5B6D81. Grayscale: #959595. Windows color (decimal): -5991810 or 8295076. OLE color: 8295076.
HSL color Cylindrical-coordinate representation of color #A4927E: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4927E is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 126 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.36 |
| HSL | 31.58º | 0.17% | 0.57% | - |
| HSV(B) | 31.58º | 0.23% | 0.64% | - |
| XYZ | 29.35 | 29.96 | 23.97 | - |
| YUV | 149.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 126 | 0 | 0.11 | 0.23 | 0.36 | 31.58 | 0.17 | 0.57 |
| Hex | A4 | 92 | 7E | 0 | B | 17 | 24 | 20 | 11 | 39 |
| Octal | 244 | 222 | 176 | 0 | 13 | 27 | 44 | 40 | 21 | 71 |
| Binary | 10100100 | 10010010 | 1111110 | 0 | 1011 | 10111 | 100100 | 100000 | 10001 | 111001 |
Color Harmonies of #A4927E
Complementary color
Monochromatic Colors of #A4927E
Black with #A4927E
Text Example
Text Example
White with #A4927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4927E; }
p { color: rgb(164,146,126); }
H1.HeaderClassName
{
color: #A4927E;
}
.AnyTagClassName
{
color: #A4927E;
}
</style>
background-color css
<style>
a { background-color: #A4927E; }
a { background-color: rgb(164,146,126); }
div.DivClassName
{
background-color: #A4927E;
}
.BgClassName
{
background-color: #A4927E;
}
</style>
border-color css
<style>
span { border-color: #A4927E; }
span { border-color: rgb(164,146,126); }
td.TdClassName
{
border-color: #A4927E;
}
.TagClassName
{
border-color: #A4927E;
}
</style>