Shades of Golden Brown #A35A0D
Tints of Golden Brown #A35A0D
RGB
CMYK
RGB Variations
Color information
#A35A0D (or 0xA35A0D) is known color: Golden Brown. HEX triplet: A3, 5A and 0D. RGB value is (163,90,13). Sum of RGB (Red+Green+Blue) = 163+90+13=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35A0D is #5CA5F2. Grayscale: #676767. Windows color (decimal): -6071795 or 875171. OLE color: 875171.
HSL color Cylindrical-coordinate representation of color #A35A0D: hue angle of 30.8º 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 #A35A0D is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 13 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.36 |
| HSL | 30.8º | 0.85% | 0.35% | - |
| HSV(B) | 30.8º | 0.92% | 0.64% | - |
| XYZ | 18.83 | 15.13 | 2.31 | - |
| YUV | 103.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 13 | 0 | 0.45 | 0.92 | 0.36 | 30.8 | 0.85 | 0.35 |
| Hex | A3 | 5A | D | 0 | 2D | 5C | 24 | 1F | 55 | 23 |
| Octal | 243 | 132 | 15 | 0 | 55 | 134 | 44 | 37 | 125 | 43 |
| Binary | 10100011 | 1011010 | 1101 | 0 | 101101 | 1011100 | 100100 | 11111 | 1010101 | 100011 |
Color Harmonies of #A35A0D
Complementary color
Monochromatic Colors of #A35A0D
Black with #A35A0D
Text Example
Text Example
White with #A35A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A0D; }
p { color: rgb(163,90,13); }
H1.HeaderClassName
{
color: #A35A0D;
}
.AnyTagClassName
{
color: #A35A0D;
}
</style>
background-color css
<style>
a { background-color: #A35A0D; }
a { background-color: rgb(163,90,13); }
div.DivClassName
{
background-color: #A35A0D;
}
.BgClassName
{
background-color: #A35A0D;
}
</style>
border-color css
<style>
span { border-color: #A35A0D; }
span { border-color: rgb(163,90,13); }
td.TdClassName
{
border-color: #A35A0D;
}
.TagClassName
{
border-color: #A35A0D;
}
</style>