Shades of Golden Brown #A1640F
Tints of Golden Brown #A1640F
RGB
CMYK
RGB Variations
Color information
#A1640F (or 0xA1640F) is known color: Golden Brown. HEX triplet: A1, 64 and 0F. RGB value is (161,100,15). Sum of RGB (Red+Green+Blue) = 161+100+15=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1640F is #5E9BF0. Grayscale: #6C6C6C. Windows color (decimal): -6200305 or 1008801. OLE color: 1008801.
HSL color Cylindrical-coordinate representation of color #A1640F: hue angle of 34.93º 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 #A1640F is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 15 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.37 |
| HSL | 34.93º | 0.83% | 0.35% | - |
| HSV(B) | 34.93º | 0.91% | 0.63% | - |
| XYZ | 19.34 | 16.73 | 2.66 | - |
| YUV | 108.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 15 | 0 | 0.38 | 0.91 | 0.37 | 34.93 | 0.83 | 0.35 |
| Hex | A1 | 64 | F | 0 | 26 | 5B | 25 | 23 | 53 | 23 |
| Octal | 241 | 144 | 17 | 0 | 46 | 133 | 45 | 43 | 123 | 43 |
| Binary | 10100001 | 1100100 | 1111 | 0 | 100110 | 1011011 | 100101 | 100011 | 1010011 | 100011 |
Color Harmonies of #A1640F
Complementary color
Monochromatic Colors of #A1640F
Black with #A1640F
Text Example
Text Example
White with #A1640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1640F; }
p { color: rgb(161,100,15); }
H1.HeaderClassName
{
color: #A1640F;
}
.AnyTagClassName
{
color: #A1640F;
}
</style>
background-color css
<style>
a { background-color: #A1640F; }
a { background-color: rgb(161,100,15); }
div.DivClassName
{
background-color: #A1640F;
}
.BgClassName
{
background-color: #A1640F;
}
</style>
border-color css
<style>
span { border-color: #A1640F; }
span { border-color: rgb(161,100,15); }
td.TdClassName
{
border-color: #A1640F;
}
.TagClassName
{
border-color: #A1640F;
}
</style>