Shades of Golden Brown #A35B0D
Tints of Golden Brown #A35B0D
RGB
CMYK
RGB Variations
Color information
#A35B0D (or 0xA35B0D) is known color: Golden Brown. HEX triplet: A3, 5B and 0D. RGB value is (163,91,13). Sum of RGB (Red+Green+Blue) = 163+91+13=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35B0D is #5CA4F2. Grayscale: #686868. Windows color (decimal): -6071539 or 875427. OLE color: 875427.
HSL color Cylindrical-coordinate representation of color #A35B0D: hue angle of 31.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A35B0D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 13 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.36 |
| HSL | 31.2º | 0.85% | 0.35% | - |
| HSV(B) | 31.2º | 0.92% | 0.64% | - |
| XYZ | 18.92 | 15.3 | 2.34 | - |
| YUV | 103.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 13 | 0 | 0.44 | 0.92 | 0.36 | 31.2 | 0.85 | 0.35 |
| Hex | A3 | 5B | D | 0 | 2C | 5C | 24 | 1F | 55 | 23 |
| Octal | 243 | 133 | 15 | 0 | 54 | 134 | 44 | 37 | 125 | 43 |
| Binary | 10100011 | 1011011 | 1101 | 0 | 101100 | 1011100 | 100100 | 11111 | 1010101 | 100011 |
Color Harmonies of #A35B0D
Complementary color
Monochromatic Colors of #A35B0D
Black with #A35B0D
Text Example
Text Example
White with #A35B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35B0D; }
p { color: rgb(163,91,13); }
H1.HeaderClassName
{
color: #A35B0D;
}
.AnyTagClassName
{
color: #A35B0D;
}
</style>
background-color css
<style>
a { background-color: #A35B0D; }
a { background-color: rgb(163,91,13); }
div.DivClassName
{
background-color: #A35B0D;
}
.BgClassName
{
background-color: #A35B0D;
}
</style>
border-color css
<style>
span { border-color: #A35B0D; }
span { border-color: rgb(163,91,13); }
td.TdClassName
{
border-color: #A35B0D;
}
.TagClassName
{
border-color: #A35B0D;
}
</style>