Shades of Golden Brown #A2760B
Tints of Golden Brown #A2760B
RGB
CMYK
RGB Variations
Color information
#A2760B (or 0xA2760B) is known color: Golden Brown. HEX triplet: A2, 76 and 0B. RGB value is (162,118,11). Sum of RGB (Red+Green+Blue) = 162+118+11=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2760B is #5D89F4. Grayscale: #777777. Windows color (decimal): -6130165 or 751266. OLE color: 751266.
HSL color Cylindrical-coordinate representation of color #A2760B: hue angle of 42.52º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2760B is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 11 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.36 |
| HSL | 42.52º | 0.87% | 0.34% | - |
| HSV(B) | 42.52º | 0.93% | 0.64% | - |
| XYZ | 21.44 | 20.66 | 3.17 | - |
| YUV | 118.96 | 67.08 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 11 | 0 | 0.27 | 0.93 | 0.36 | 42.52 | 0.87 | 0.34 |
| Hex | A2 | 76 | B | 0 | 1B | 5D | 24 | 2B | 57 | 22 |
| Octal | 242 | 166 | 13 | 0 | 33 | 135 | 44 | 53 | 127 | 42 |
| Binary | 10100010 | 1110110 | 1011 | 0 | 11011 | 1011101 | 100100 | 101011 | 1010111 | 100010 |
Color Harmonies of #A2760B
Complementary color
Monochromatic Colors of #A2760B
Black with #A2760B
Text Example
Text Example
White with #A2760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2760B; }
p { color: rgb(162,118,11); }
H1.HeaderClassName
{
color: #A2760B;
}
.AnyTagClassName
{
color: #A2760B;
}
</style>
background-color css
<style>
a { background-color: #A2760B; }
a { background-color: rgb(162,118,11); }
div.DivClassName
{
background-color: #A2760B;
}
.BgClassName
{
background-color: #A2760B;
}
</style>
border-color css
<style>
span { border-color: #A2760B; }
span { border-color: rgb(162,118,11); }
td.TdClassName
{
border-color: #A2760B;
}
.TagClassName
{
border-color: #A2760B;
}
</style>