Shades of Bronco #A2907C
Tints of Bronco #A2907C
RGB
CMYK
RGB Variations
Color information
#A2907C (or 0xA2907C) is known color: Bronco. HEX triplet: A2, 90 and 7C. RGB value is (162,144,124). Sum of RGB (Red+Green+Blue) = 162+144+124=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A2907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2907C is #5D6F83. Grayscale: #939393. Windows color (decimal): -6123396 or 8163490. OLE color: 8163490.
HSL color Cylindrical-coordinate representation of color #A2907C: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2907C is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 124 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.36 |
| HSL | 31.58º | 0.17% | 0.56% | - |
| HSV(B) | 31.58º | 0.23% | 0.64% | - |
| XYZ | 28.51 | 29.08 | 23.18 | - |
| YUV | 147.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 124 | 0 | 0.11 | 0.23 | 0.36 | 31.58 | 0.17 | 0.56 |
| Hex | A2 | 90 | 7C | 0 | B | 17 | 24 | 20 | 11 | 38 |
| Octal | 242 | 220 | 174 | 0 | 13 | 27 | 44 | 40 | 21 | 70 |
| Binary | 10100010 | 10010000 | 1111100 | 0 | 1011 | 10111 | 100100 | 100000 | 10001 | 111000 |
Color Harmonies of #A2907C
Complementary color
Monochromatic Colors of #A2907C
Black with #A2907C
Text Example
Text Example
White with #A2907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2907C; }
p { color: rgb(162,144,124); }
H1.HeaderClassName
{
color: #A2907C;
}
.AnyTagClassName
{
color: #A2907C;
}
</style>
background-color css
<style>
a { background-color: #A2907C; }
a { background-color: rgb(162,144,124); }
div.DivClassName
{
background-color: #A2907C;
}
.BgClassName
{
background-color: #A2907C;
}
</style>
border-color css
<style>
span { border-color: #A2907C; }
span { border-color: rgb(162,144,124); }
td.TdClassName
{
border-color: #A2907C;
}
.TagClassName
{
border-color: #A2907C;
}
</style>