Shades of Golden Brown #A1580F
Tints of Golden Brown #A1580F
RGB
CMYK
RGB Variations
Color information
#A1580F (or 0xA1580F) is known color: Golden Brown. HEX triplet: A1, 58 and 0F. RGB value is (161,88,15). Sum of RGB (Red+Green+Blue) = 161+88+15=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A1580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1580F is #5EA7F0. Grayscale: #656565. Windows color (decimal): -6203377 or 1005729. OLE color: 1005729.
HSL color Cylindrical-coordinate representation of color #A1580F: hue angle of 30º 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 #A1580F is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 15 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.37 |
| HSL | 30º | 0.83% | 0.35% | - |
| HSV(B) | 30º | 0.91% | 0.63% | - |
| XYZ | 18.27 | 14.59 | 2.31 | - |
| YUV | 101.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 15 | 0 | 0.45 | 0.91 | 0.37 | 30 | 0.83 | 0.35 |
| Hex | A1 | 58 | F | 0 | 2D | 5B | 25 | 1E | 53 | 23 |
| Octal | 241 | 130 | 17 | 0 | 55 | 133 | 45 | 36 | 123 | 43 |
| Binary | 10100001 | 1011000 | 1111 | 0 | 101101 | 1011011 | 100101 | 11110 | 1010011 | 100011 |
Color Harmonies of #A1580F
Complementary color
Monochromatic Colors of #A1580F
Black with #A1580F
Text Example
Text Example
White with #A1580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1580F; }
p { color: rgb(161,88,15); }
H1.HeaderClassName
{
color: #A1580F;
}
.AnyTagClassName
{
color: #A1580F;
}
</style>
background-color css
<style>
a { background-color: #A1580F; }
a { background-color: rgb(161,88,15); }
div.DivClassName
{
background-color: #A1580F;
}
.BgClassName
{
background-color: #A1580F;
}
</style>
border-color css
<style>
span { border-color: #A1580F; }
span { border-color: rgb(161,88,15); }
td.TdClassName
{
border-color: #A1580F;
}
.TagClassName
{
border-color: #A1580F;
}
</style>