Shades of Bronco #A69380
Tints of Bronco #A69380
RGB
CMYK
RGB Variations
Color information
#A69380 (or 0xA69380) is known color: Bronco. HEX triplet: A6, 93 and 80. RGB value is (166,147,128). Sum of RGB (Red+Green+Blue) = 166+147+128=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A69380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69380 is #596C7F. Grayscale: #969696. Windows color (decimal): -5860480 or 8426406. OLE color: 8426406.
HSL color Cylindrical-coordinate representation of color #A69380: hue angle of 30º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69380 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 128 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.35 |
| HSL | 30º | 0.18% | 0.58% | - |
| HSV(B) | 30º | 0.23% | 0.65% | - |
| XYZ | 30.06 | 30.53 | 24.73 | - |
| YUV | 150.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 128 | 0 | 0.11 | 0.23 | 0.35 | 30 | 0.18 | 0.58 |
| Hex | A6 | 93 | 80 | 0 | B | 17 | 23 | 1E | 12 | 3A |
| Octal | 246 | 223 | 200 | 0 | 13 | 27 | 43 | 36 | 22 | 72 |
| Binary | 10100110 | 10010011 | 10000000 | 0 | 1011 | 10111 | 100011 | 11110 | 10010 | 111010 |
Color Harmonies of #A69380
Complementary color
Monochromatic Colors of #A69380
Black with #A69380
Text Example
Text Example
White with #A69380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69380; }
p { color: rgb(166,147,128); }
H1.HeaderClassName
{
color: #A69380;
}
.AnyTagClassName
{
color: #A69380;
}
</style>
background-color css
<style>
a { background-color: #A69380; }
a { background-color: rgb(166,147,128); }
div.DivClassName
{
background-color: #A69380;
}
.BgClassName
{
background-color: #A69380;
}
</style>
border-color css
<style>
span { border-color: #A69380; }
span { border-color: rgb(166,147,128); }
td.TdClassName
{
border-color: #A69380;
}
.TagClassName
{
border-color: #A69380;
}
</style>