Shades of Bronco #A59277
Tints of Bronco #A59277
RGB
CMYK
RGB Variations
Color information
#A59277 (or 0xA59277) is known color: Bronco. HEX triplet: A5, 92 and 77. RGB value is (165,146,119). Sum of RGB (Red+Green+Blue) = 165+146+119=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A59277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59277 is #5A6D88. Grayscale: #949494. Windows color (decimal): -5926281 or 7836325. OLE color: 7836325.
HSL color Cylindrical-coordinate representation of color #A59277: hue angle of 35.22º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59277 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 119 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.35 |
| HSL | 35.22º | 0.2% | 0.56% | - |
| HSV(B) | 35.22º | 0.28% | 0.65% | - |
| XYZ | 29.13 | 29.89 | 21.69 | - |
| YUV | 148.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 119 | 0 | 0.12 | 0.28 | 0.35 | 35.22 | 0.2 | 0.56 |
| Hex | A5 | 92 | 77 | 0 | C | 1C | 23 | 23 | 14 | 38 |
| Octal | 245 | 222 | 167 | 0 | 14 | 34 | 43 | 43 | 24 | 70 |
| Binary | 10100101 | 10010010 | 1110111 | 0 | 1100 | 11100 | 100011 | 100011 | 10100 | 111000 |
Color Harmonies of #A59277
Complementary color
Monochromatic Colors of #A59277
Black with #A59277
Text Example
Text Example
White with #A59277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59277; }
p { color: rgb(165,146,119); }
H1.HeaderClassName
{
color: #A59277;
}
.AnyTagClassName
{
color: #A59277;
}
</style>
background-color css
<style>
a { background-color: #A59277; }
a { background-color: rgb(165,146,119); }
div.DivClassName
{
background-color: #A59277;
}
.BgClassName
{
background-color: #A59277;
}
</style>
border-color css
<style>
span { border-color: #A59277; }
span { border-color: rgb(165,146,119); }
td.TdClassName
{
border-color: #A59277;
}
.TagClassName
{
border-color: #A59277;
}
</style>