Shades of Golden Brown #A1760F
Tints of Golden Brown #A1760F
RGB
CMYK
RGB Variations
Color information
#A1760F (or 0xA1760F) is known color: Golden Brown. HEX triplet: A1, 76 and 0F. RGB value is (161,118,15). Sum of RGB (Red+Green+Blue) = 161+118+15=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1760F is #5E89F0. Grayscale: #777777. Windows color (decimal): -6195697 or 1013409. OLE color: 1013409.
HSL color Cylindrical-coordinate representation of color #A1760F: hue angle of 42.33º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1760F is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 15 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.37 |
| HSL | 42.33º | 0.83% | 0.35% | - |
| HSV(B) | 42.33º | 0.91% | 0.63% | - |
| XYZ | 21.26 | 20.57 | 3.3 | - |
| YUV | 119.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 15 | 0 | 0.27 | 0.91 | 0.37 | 42.33 | 0.83 | 0.35 |
| Hex | A1 | 76 | F | 0 | 1B | 5B | 25 | 2A | 53 | 23 |
| Octal | 241 | 166 | 17 | 0 | 33 | 133 | 45 | 52 | 123 | 43 |
| Binary | 10100001 | 1110110 | 1111 | 0 | 11011 | 1011011 | 100101 | 101010 | 1010011 | 100011 |
Color Harmonies of #A1760F
Complementary color
Monochromatic Colors of #A1760F
Black with #A1760F
Text Example
Text Example
White with #A1760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1760F; }
p { color: rgb(161,118,15); }
H1.HeaderClassName
{
color: #A1760F;
}
.AnyTagClassName
{
color: #A1760F;
}
</style>
background-color css
<style>
a { background-color: #A1760F; }
a { background-color: rgb(161,118,15); }
div.DivClassName
{
background-color: #A1760F;
}
.BgClassName
{
background-color: #A1760F;
}
</style>
border-color css
<style>
span { border-color: #A1760F; }
span { border-color: rgb(161,118,15); }
td.TdClassName
{
border-color: #A1760F;
}
.TagClassName
{
border-color: #A1760F;
}
</style>