Shades of Golden Brown #A35D12
Tints of Golden Brown #A35D12
RGB
CMYK
RGB Variations
Color information
#A35D12 (or 0xA35D12) is known color: Golden Brown. HEX triplet: A3, 5D and 12. RGB value is (163,93,18). Sum of RGB (Red+Green+Blue) = 163+93+18=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35D12 is #5CA2ED. Grayscale: #696969. Windows color (decimal): -6071022 or 1203619. OLE color: 1203619.
HSL color Cylindrical-coordinate representation of color #A35D12: hue angle of 31.03º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A35D12 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 18 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.36 |
| HSL | 31.03º | 0.8% | 0.35% | - |
| HSV(B) | 31.03º | 0.89% | 0.64% | - |
| XYZ | 19.13 | 15.66 | 2.59 | - |
| YUV | 105.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 18 | 0 | 0.43 | 0.89 | 0.36 | 31.03 | 0.8 | 0.35 |
| Hex | A3 | 5D | 12 | 0 | 2B | 59 | 24 | 1F | 50 | 23 |
| Octal | 243 | 135 | 22 | 0 | 53 | 131 | 44 | 37 | 120 | 43 |
| Binary | 10100011 | 1011101 | 10010 | 0 | 101011 | 1011001 | 100100 | 11111 | 1010000 | 100011 |
Color Harmonies of #A35D12
Complementary color
Monochromatic Colors of #A35D12
Black with #A35D12
Text Example
Text Example
White with #A35D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D12; }
p { color: rgb(163,93,18); }
H1.HeaderClassName
{
color: #A35D12;
}
.AnyTagClassName
{
color: #A35D12;
}
</style>
background-color css
<style>
a { background-color: #A35D12; }
a { background-color: rgb(163,93,18); }
div.DivClassName
{
background-color: #A35D12;
}
.BgClassName
{
background-color: #A35D12;
}
</style>
border-color css
<style>
span { border-color: #A35D12; }
span { border-color: rgb(163,93,18); }
td.TdClassName
{
border-color: #A35D12;
}
.TagClassName
{
border-color: #A35D12;
}
</style>