Shades of Golden Brown #A35B13
Tints of Golden Brown #A35B13
RGB
CMYK
RGB Variations
Color information
#A35B13 (or 0xA35B13) is known color: Golden Brown. HEX triplet: A3, 5B and 13. RGB value is (163,91,19). Sum of RGB (Red+Green+Blue) = 163+91+19=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35B13 is #5CA4EC. Grayscale: #686868. Windows color (decimal): -6071533 or 1268643. OLE color: 1268643.
HSL color Cylindrical-coordinate representation of color #A35B13: hue angle of 30º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A35B13 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 19 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.36 |
| HSL | 30º | 0.79% | 0.36% | - |
| HSV(B) | 30º | 0.88% | 0.64% | - |
| XYZ | 18.96 | 15.32 | 2.57 | - |
| YUV | 104.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 19 | 0 | 0.44 | 0.88 | 0.36 | 30 | 0.79 | 0.36 |
| Hex | A3 | 5B | 13 | 0 | 2C | 58 | 24 | 1E | 4F | 24 |
| Octal | 243 | 133 | 23 | 0 | 54 | 130 | 44 | 36 | 117 | 44 |
| Binary | 10100011 | 1011011 | 10011 | 0 | 101100 | 1011000 | 100100 | 11110 | 1001111 | 100100 |
Color Harmonies of #A35B13
Complementary color
Monochromatic Colors of #A35B13
Black with #A35B13
Text Example
Text Example
White with #A35B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35B13; }
p { color: rgb(163,91,19); }
H1.HeaderClassName
{
color: #A35B13;
}
.AnyTagClassName
{
color: #A35B13;
}
</style>
background-color css
<style>
a { background-color: #A35B13; }
a { background-color: rgb(163,91,19); }
div.DivClassName
{
background-color: #A35B13;
}
.BgClassName
{
background-color: #A35B13;
}
</style>
border-color css
<style>
span { border-color: #A35B13; }
span { border-color: rgb(163,91,19); }
td.TdClassName
{
border-color: #A35B13;
}
.TagClassName
{
border-color: #A35B13;
}
</style>