Shades of Golden Brown #A26102
Tints of Golden Brown #A26102
RGB
CMYK
RGB Variations
Color information
#A26102 (or 0xA26102) is known color: Golden Brown. HEX triplet: A2, 61 and 02. RGB value is (162,97,2). Sum of RGB (Red+Green+Blue) = 162+97+2=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A26102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26102 is #5D9EFD. Grayscale: #6A6A6A. Windows color (decimal): -6135550 or 156066. OLE color: 156066.
HSL color Cylindrical-coordinate representation of color #A26102: hue angle of 35.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A26102 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.36 |
| HSL | 35.63º | 0.98% | 0.32% | - |
| HSV(B) | 35.63º | 0.99% | 0.64% | - |
| XYZ | 19.19 | 16.24 | 2.18 | - |
| YUV | 105.61 | 69.53 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 2 | 0 | 0.40 | 0.99 | 0.36 | 35.63 | 0.98 | 0.32 |
| Hex | A2 | 61 | 2 | 0 | 28 | 63 | 24 | 24 | 62 | 20 |
| Octal | 242 | 141 | 2 | 0 | 50 | 143 | 44 | 44 | 142 | 40 |
| Binary | 10100010 | 1100001 | 10 | 0 | 101000 | 1100011 | 100100 | 100100 | 1100010 | 100000 |
Color Harmonies of #A26102
Complementary color
Monochromatic Colors of #A26102
Black with #A26102
Text Example
Text Example
White with #A26102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26102; }
p { color: rgb(162,97,2); }
H1.HeaderClassName
{
color: #A26102;
}
.AnyTagClassName
{
color: #A26102;
}
</style>
background-color css
<style>
a { background-color: #A26102; }
a { background-color: rgb(162,97,2); }
div.DivClassName
{
background-color: #A26102;
}
.BgClassName
{
background-color: #A26102;
}
</style>
border-color css
<style>
span { border-color: #A26102; }
span { border-color: rgb(162,97,2); }
td.TdClassName
{
border-color: #A26102;
}
.TagClassName
{
border-color: #A26102;
}
</style>