Shades of Golden Brown #A35C0B
Tints of Golden Brown #A35C0B
RGB
CMYK
RGB Variations
Color information
#A35C0B (or 0xA35C0B) is known color: Golden Brown. HEX triplet: A3, 5C and 0B. RGB value is (163,92,11). Sum of RGB (Red+Green+Blue) = 163+92+11=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35C0B is #5CA3F4. Grayscale: #686868. Windows color (decimal): -6071285 or 744611. OLE color: 744611.
HSL color Cylindrical-coordinate representation of color #A35C0B: hue angle of 31.97º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A35C0B is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 11 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.36 |
| HSL | 31.97º | 0.87% | 0.34% | - |
| HSV(B) | 31.97º | 0.93% | 0.64% | - |
| XYZ | 18.99 | 15.46 | 2.3 | - |
| YUV | 104 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 11 | 0 | 0.44 | 0.93 | 0.36 | 31.97 | 0.87 | 0.34 |
| Hex | A3 | 5C | B | 0 | 2C | 5D | 24 | 20 | 57 | 22 |
| Octal | 243 | 134 | 13 | 0 | 54 | 135 | 44 | 40 | 127 | 42 |
| Binary | 10100011 | 1011100 | 1011 | 0 | 101100 | 1011101 | 100100 | 100000 | 1010111 | 100010 |
Color Harmonies of #A35C0B
Complementary color
Monochromatic Colors of #A35C0B
Black with #A35C0B
Text Example
Text Example
White with #A35C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C0B; }
p { color: rgb(163,92,11); }
H1.HeaderClassName
{
color: #A35C0B;
}
.AnyTagClassName
{
color: #A35C0B;
}
</style>
background-color css
<style>
a { background-color: #A35C0B; }
a { background-color: rgb(163,92,11); }
div.DivClassName
{
background-color: #A35C0B;
}
.BgClassName
{
background-color: #A35C0B;
}
</style>
border-color css
<style>
span { border-color: #A35C0B; }
span { border-color: rgb(163,92,11); }
td.TdClassName
{
border-color: #A35C0B;
}
.TagClassName
{
border-color: #A35C0B;
}
</style>