Shades of Golden Brown #A1650F
Tints of Golden Brown #A1650F
RGB
CMYK
RGB Variations
Color information
#A1650F (or 0xA1650F) is known color: Golden Brown. HEX triplet: A1, 65 and 0F. RGB value is (161,101,15). Sum of RGB (Red+Green+Blue) = 161+101+15=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1650F is #5E9AF0. Grayscale: #6D6D6D. Windows color (decimal): -6200049 or 1009057. OLE color: 1009057.
HSL color Cylindrical-coordinate representation of color #A1650F: hue angle of 35.34º 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 #A1650F is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 15 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.37 |
| HSL | 35.34º | 0.83% | 0.35% | - |
| HSV(B) | 35.34º | 0.91% | 0.63% | - |
| XYZ | 19.44 | 16.92 | 2.69 | - |
| YUV | 109.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 15 | 0 | 0.37 | 0.91 | 0.37 | 35.34 | 0.83 | 0.35 |
| Hex | A1 | 65 | F | 0 | 25 | 5B | 25 | 23 | 53 | 23 |
| Octal | 241 | 145 | 17 | 0 | 45 | 133 | 45 | 43 | 123 | 43 |
| Binary | 10100001 | 1100101 | 1111 | 0 | 100101 | 1011011 | 100101 | 100011 | 1010011 | 100011 |
Color Harmonies of #A1650F
Complementary color
Monochromatic Colors of #A1650F
Black with #A1650F
Text Example
Text Example
White with #A1650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1650F; }
p { color: rgb(161,101,15); }
H1.HeaderClassName
{
color: #A1650F;
}
.AnyTagClassName
{
color: #A1650F;
}
</style>
background-color css
<style>
a { background-color: #A1650F; }
a { background-color: rgb(161,101,15); }
div.DivClassName
{
background-color: #A1650F;
}
.BgClassName
{
background-color: #A1650F;
}
</style>
border-color css
<style>
span { border-color: #A1650F; }
span { border-color: rgb(161,101,15); }
td.TdClassName
{
border-color: #A1650F;
}
.TagClassName
{
border-color: #A1650F;
}
</style>