Shades of Bronco #A4947A
Tints of Bronco #A4947A
RGB
CMYK
RGB Variations
Color information
#A4947A (or 0xA4947A) is known color: Bronco. HEX triplet: A4, 94 and 7A. RGB value is (164,148,122). Sum of RGB (Red+Green+Blue) = 164+148+122=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A4947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4947A is #5B6B85. Grayscale: #959595. Windows color (decimal): -5991302 or 8033444. OLE color: 8033444.
HSL color Cylindrical-coordinate representation of color #A4947A: hue angle of 37.14º 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 #A4947A is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 122 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.36 |
| HSL | 37.14º | 0.19% | 0.56% | - |
| HSV(B) | 37.14º | 0.26% | 0.64% | - |
| XYZ | 29.41 | 30.48 | 22.74 | - |
| YUV | 149.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 122 | 0 | 0.10 | 0.26 | 0.36 | 37.14 | 0.19 | 0.56 |
| Hex | A4 | 94 | 7A | 0 | A | 1A | 24 | 25 | 13 | 38 |
| Octal | 244 | 224 | 172 | 0 | 12 | 32 | 44 | 45 | 23 | 70 |
| Binary | 10100100 | 10010100 | 1111010 | 0 | 1010 | 11010 | 100100 | 100101 | 10011 | 111000 |
Color Harmonies of #A4947A
Complementary color
Monochromatic Colors of #A4947A
Black with #A4947A
Text Example
Text Example
White with #A4947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4947A; }
p { color: rgb(164,148,122); }
H1.HeaderClassName
{
color: #A4947A;
}
.AnyTagClassName
{
color: #A4947A;
}
</style>
background-color css
<style>
a { background-color: #A4947A; }
a { background-color: rgb(164,148,122); }
div.DivClassName
{
background-color: #A4947A;
}
.BgClassName
{
background-color: #A4947A;
}
</style>
border-color css
<style>
span { border-color: #A4947A; }
span { border-color: rgb(164,148,122); }
td.TdClassName
{
border-color: #A4947A;
}
.TagClassName
{
border-color: #A4947A;
}
</style>