Shades of Golden Brown #A26001
Tints of Golden Brown #A26001
RGB
CMYK
RGB Variations
Color information
#A26001 (or 0xA26001) is known color: Golden Brown. HEX triplet: A2, 60 and 01. RGB value is (162,96,1). Sum of RGB (Red+Green+Blue) = 162+96+1=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A26001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26001 is #5D9FFE. Grayscale: #696969. Windows color (decimal): -6135807 or 90274. OLE color: 90274.
HSL color Cylindrical-coordinate representation of color #A26001: hue angle of 35.4º degrees, saturation: 0.99, 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 #A26001 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.36 |
| HSL | 35.4º | 0.99% | 0.32% | - |
| HSV(B) | 35.4º | 0.99% | 0.64% | - |
| XYZ | 19.09 | 16.05 | 2.12 | - |
| YUV | 104.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 1 | 0 | 0.41 | 0.99 | 0.36 | 35.4 | 0.99 | 0.32 |
| Hex | A2 | 60 | 1 | 0 | 29 | 63 | 24 | 23 | 63 | 20 |
| Octal | 242 | 140 | 1 | 0 | 51 | 143 | 44 | 43 | 143 | 40 |
| Binary | 10100010 | 1100000 | 1 | 0 | 101001 | 1100011 | 100100 | 100011 | 1100011 | 100000 |
Color Harmonies of #A26001
Complementary color
Monochromatic Colors of #A26001
Black with #A26001
Text Example
Text Example
White with #A26001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26001; }
p { color: rgb(162,96,1); }
H1.HeaderClassName
{
color: #A26001;
}
.AnyTagClassName
{
color: #A26001;
}
</style>
background-color css
<style>
a { background-color: #A26001; }
a { background-color: rgb(162,96,1); }
div.DivClassName
{
background-color: #A26001;
}
.BgClassName
{
background-color: #A26001;
}
</style>
border-color css
<style>
span { border-color: #A26001; }
span { border-color: rgb(162,96,1); }
td.TdClassName
{
border-color: #A26001;
}
.TagClassName
{
border-color: #A26001;
}
</style>