Shades of Bronco #A59478
Tints of Bronco #A59478
RGB
CMYK
RGB Variations
Color information
#A59478 (or 0xA59478) is known color: Bronco. HEX triplet: A5, 94 and 78. RGB value is (165,148,120). Sum of RGB (Red+Green+Blue) = 165+148+120=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A59478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59478 is #5A6B87. Grayscale: #969696. Windows color (decimal): -5925768 or 7902373. OLE color: 7902373.
HSL color Cylindrical-coordinate representation of color #A59478: hue angle of 37.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A59478 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 120 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.35 |
| HSL | 37.33º | 0.2% | 0.56% | - |
| HSV(B) | 37.33º | 0.27% | 0.65% | - |
| XYZ | 29.5 | 30.54 | 22.11 | - |
| YUV | 149.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 120 | 0 | 0.10 | 0.27 | 0.35 | 37.33 | 0.2 | 0.56 |
| Hex | A5 | 94 | 78 | 0 | A | 1B | 23 | 25 | 14 | 38 |
| Octal | 245 | 224 | 170 | 0 | 12 | 33 | 43 | 45 | 24 | 70 |
| Binary | 10100101 | 10010100 | 1111000 | 0 | 1010 | 11011 | 100011 | 100101 | 10100 | 111000 |
Color Harmonies of #A59478
Complementary color
Monochromatic Colors of #A59478
Black with #A59478
Text Example
Text Example
White with #A59478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59478; }
p { color: rgb(165,148,120); }
H1.HeaderClassName
{
color: #A59478;
}
.AnyTagClassName
{
color: #A59478;
}
</style>
background-color css
<style>
a { background-color: #A59478; }
a { background-color: rgb(165,148,120); }
div.DivClassName
{
background-color: #A59478;
}
.BgClassName
{
background-color: #A59478;
}
</style>
border-color css
<style>
span { border-color: #A59478; }
span { border-color: rgb(165,148,120); }
td.TdClassName
{
border-color: #A59478;
}
.TagClassName
{
border-color: #A59478;
}
</style>