Shades of Bronco #A4927B
Tints of Bronco #A4927B
RGB
CMYK
RGB Variations
Color information
#A4927B (or 0xA4927B) is known color: Bronco. HEX triplet: A4, 92 and 7B. RGB value is (164,146,123). Sum of RGB (Red+Green+Blue) = 164+146+123=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A4927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4927B is #5B6D84. Grayscale: #949494. Windows color (decimal): -5991813 or 8098468. OLE color: 8098468.
HSL color Cylindrical-coordinate representation of color #A4927B: 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 #A4927B is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 123 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.36 |
| HSL | 33.66º | 0.18% | 0.56% | - |
| HSV(B) | 33.66º | 0.25% | 0.64% | - |
| XYZ | 29.16 | 29.88 | 22.97 | - |
| YUV | 148.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 123 | 0 | 0.11 | 0.25 | 0.36 | 33.66 | 0.18 | 0.56 |
| Hex | A4 | 92 | 7B | 0 | B | 19 | 24 | 22 | 12 | 38 |
| Octal | 244 | 222 | 173 | 0 | 13 | 31 | 44 | 42 | 22 | 70 |
| Binary | 10100100 | 10010010 | 1111011 | 0 | 1011 | 11001 | 100100 | 100010 | 10010 | 111000 |
Color Harmonies of #A4927B
Complementary color
Monochromatic Colors of #A4927B
Black with #A4927B
Text Example
Text Example
White with #A4927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4927B; }
p { color: rgb(164,146,123); }
H1.HeaderClassName
{
color: #A4927B;
}
.AnyTagClassName
{
color: #A4927B;
}
</style>
background-color css
<style>
a { background-color: #A4927B; }
a { background-color: rgb(164,146,123); }
div.DivClassName
{
background-color: #A4927B;
}
.BgClassName
{
background-color: #A4927B;
}
</style>
border-color css
<style>
span { border-color: #A4927B; }
span { border-color: rgb(164,146,123); }
td.TdClassName
{
border-color: #A4927B;
}
.TagClassName
{
border-color: #A4927B;
}
</style>