Shades of Golden Brown #A25103
Tints of Golden Brown #A25103
RGB
CMYK
RGB Variations
Color information
#A25103 (or 0xA25103) is known color: Golden Brown. HEX triplet: A2, 51 and 03. RGB value is (162,81,3). Sum of RGB (Red+Green+Blue) = 162+81+3=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A25103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25103 is #5DAEFC. Grayscale: #606060. Windows color (decimal): -6139645 or 217506. OLE color: 217506.
HSL color Cylindrical-coordinate representation of color #A25103: hue angle of 29.43º 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 #A25103 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 3 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.36 |
| HSL | 29.43º | 0.96% | 0.32% | - |
| HSV(B) | 29.43º | 0.98% | 0.64% | - |
| XYZ | 17.86 | 13.57 | 1.76 | - |
| YUV | 96.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 3 | 0 | 0.50 | 0.98 | 0.36 | 29.43 | 0.96 | 0.32 |
| Hex | A2 | 51 | 3 | 0 | 32 | 62 | 24 | 1D | 60 | 20 |
| Octal | 242 | 121 | 3 | 0 | 62 | 142 | 44 | 35 | 140 | 40 |
| Binary | 10100010 | 1010001 | 11 | 0 | 110010 | 1100010 | 100100 | 11101 | 1100000 | 100000 |
Color Harmonies of #A25103
Complementary color
Monochromatic Colors of #A25103
Black with #A25103
Text Example
Text Example
White with #A25103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25103; }
p { color: rgb(162,81,3); }
H1.HeaderClassName
{
color: #A25103;
}
.AnyTagClassName
{
color: #A25103;
}
</style>
background-color css
<style>
a { background-color: #A25103; }
a { background-color: rgb(162,81,3); }
div.DivClassName
{
background-color: #A25103;
}
.BgClassName
{
background-color: #A25103;
}
</style>
border-color css
<style>
span { border-color: #A25103; }
span { border-color: rgb(162,81,3); }
td.TdClassName
{
border-color: #A25103;
}
.TagClassName
{
border-color: #A25103;
}
</style>