Shades of Bronco #A4927A
Tints of Bronco #A4927A
RGB
CMYK
RGB Variations
Color information
#A4927A (or 0xA4927A) is known color: Bronco. HEX triplet: A4, 92 and 7A. RGB value is (164,146,122). Sum of RGB (Red+Green+Blue) = 164+146+122=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A4927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4927A is #5B6D85. Grayscale: #949494. Windows color (decimal): -5991814 or 8032932. OLE color: 8032932.
HSL color Cylindrical-coordinate representation of color #A4927A: hue angle of 34.29º 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 #A4927A is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
RGB | 164 | 146 | 122 | - |
CMYK | 0 | 0.11 | 0.26 | 0.36 |
HSL | 34.29º | 0.19% | 0.56% | - |
HSV(B) | 34.29º | 0.26% | 0.64% | - |
XYZ | 29.1 | 29.86 | 22.64 | - |
YUV | 148.65 | 112.96 | 138.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 146 | 122 | 0 | 0.11 | 0.26 | 0.36 | 34.29 | 0.19 | 0.56 |
Hex | A4 | 92 | 7A | 0 | B | 1A | 24 | 22 | 13 | 38 |
Octal | 244 | 222 | 172 | 0 | 13 | 32 | 44 | 42 | 23 | 70 |
Binary | 10100100 | 10010010 | 1111010 | 0 | 1011 | 11010 | 100100 | 100010 | 10011 | 111000 |
Color Harmonies of #A4927A
Complementary color
Monochromatic Colors of #A4927A
Black with #A4927A
Text Example
Text Example
White with #A4927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4927A; }
p { color: rgb(164,146,122); }
H1.HeaderClassName
{
color: #A4927A;
}
.AnyTagClassName
{
color: #A4927A;
}
</style>
background-color css
<style>
a { background-color: #A4927A; }
a { background-color: rgb(164,146,122); }
div.DivClassName
{
background-color: #A4927A;
}
.BgClassName
{
background-color: #A4927A;
}
</style>
border-color css
<style>
span { border-color: #A4927A; }
span { border-color: rgb(164,146,122); }
td.TdClassName
{
border-color: #A4927A;
}
.TagClassName
{
border-color: #A4927A;
}
</style>