Shades of Golden Brown #A26103
Tints of Golden Brown #A26103
RGB
CMYK
RGB Variations
Color information
#A26103 (or 0xA26103) is known color: Golden Brown. HEX triplet: A2, 61 and 03. RGB value is (162,97,3). Sum of RGB (Red+Green+Blue) = 162+97+3=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A26103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26103 is #5D9EFC. Grayscale: #6A6A6A. Windows color (decimal): -6135549 or 221602. OLE color: 221602.
HSL color Cylindrical-coordinate representation of color #A26103: hue angle of 35.47º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A26103 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.36 |
| HSL | 35.47º | 0.96% | 0.32% | - |
| HSV(B) | 35.47º | 0.98% | 0.64% | - |
| XYZ | 19.19 | 16.24 | 2.21 | - |
| YUV | 105.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 3 | 0 | 0.40 | 0.98 | 0.36 | 35.47 | 0.96 | 0.32 |
| Hex | A2 | 61 | 3 | 0 | 28 | 62 | 24 | 23 | 60 | 20 |
| Octal | 242 | 141 | 3 | 0 | 50 | 142 | 44 | 43 | 140 | 40 |
| Binary | 10100010 | 1100001 | 11 | 0 | 101000 | 1100010 | 100100 | 100011 | 1100000 | 100000 |
Color Harmonies of #A26103
Complementary color
Monochromatic Colors of #A26103
Black with #A26103
Text Example
Text Example
White with #A26103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26103; }
p { color: rgb(162,97,3); }
H1.HeaderClassName
{
color: #A26103;
}
.AnyTagClassName
{
color: #A26103;
}
</style>
background-color css
<style>
a { background-color: #A26103; }
a { background-color: rgb(162,97,3); }
div.DivClassName
{
background-color: #A26103;
}
.BgClassName
{
background-color: #A26103;
}
</style>
border-color css
<style>
span { border-color: #A26103; }
span { border-color: rgb(162,97,3); }
td.TdClassName
{
border-color: #A26103;
}
.TagClassName
{
border-color: #A26103;
}
</style>