Shades of Golden Brown #A0530F
Tints of Golden Brown #A0530F
RGB
CMYK
RGB Variations
Color information
#A0530F (or 0xA0530F) is known color: Golden Brown. HEX triplet: A0, 53 and 0F. RGB value is (160,83,15). Sum of RGB (Red+Green+Blue) = 160+83+15=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0530F is #5FACF0. Grayscale: #626262. Windows color (decimal): -6270193 or 1004448. OLE color: 1004448.
HSL color Cylindrical-coordinate representation of color #A0530F: hue angle of 28.14º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0530F is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 15 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.37 |
| HSL | 28.14º | 0.83% | 0.34% | - |
| HSV(B) | 28.14º | 0.91% | 0.63% | - |
| XYZ | 17.68 | 13.69 | 2.16 | - |
| YUV | 98.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 15 | 0 | 0.48 | 0.91 | 0.37 | 28.14 | 0.83 | 0.34 |
| Hex | A0 | 53 | F | 0 | 30 | 5B | 25 | 1C | 53 | 22 |
| Octal | 240 | 123 | 17 | 0 | 60 | 133 | 45 | 34 | 123 | 42 |
| Binary | 10100000 | 1010011 | 1111 | 0 | 110000 | 1011011 | 100101 | 11100 | 1010011 | 100010 |
Color Harmonies of #A0530F
Complementary color
Monochromatic Colors of #A0530F
Black with #A0530F
Text Example
Text Example
White with #A0530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0530F; }
p { color: rgb(160,83,15); }
H1.HeaderClassName
{
color: #A0530F;
}
.AnyTagClassName
{
color: #A0530F;
}
</style>
background-color css
<style>
a { background-color: #A0530F; }
a { background-color: rgb(160,83,15); }
div.DivClassName
{
background-color: #A0530F;
}
.BgClassName
{
background-color: #A0530F;
}
</style>
border-color css
<style>
span { border-color: #A0530F; }
span { border-color: rgb(160,83,15); }
td.TdClassName
{
border-color: #A0530F;
}
.TagClassName
{
border-color: #A0530F;
}
</style>