Shades of Golden Brown #A26601
Tints of Golden Brown #A26601
RGB
CMYK
RGB Variations
Color information
#A26601 (or 0xA26601) is known color: Golden Brown. HEX triplet: A2, 66 and 01. RGB value is (162,102,1). Sum of RGB (Red+Green+Blue) = 162+102+1=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A26601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26601 is #5D99FE. Grayscale: #6C6C6C. Windows color (decimal): -6134271 or 91810. OLE color: 91810.
HSL color Cylindrical-coordinate representation of color #A26601: hue angle of 37.64º 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 #A26601 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.36 |
| HSL | 37.64º | 0.99% | 0.32% | - |
| HSV(B) | 37.64º | 0.99% | 0.64% | - |
| XYZ | 19.66 | 17.19 | 2.31 | - |
| YUV | 108.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 1 | 0 | 0.37 | 0.99 | 0.36 | 37.64 | 0.99 | 0.32 |
| Hex | A2 | 66 | 1 | 0 | 25 | 63 | 24 | 26 | 63 | 20 |
| Octal | 242 | 146 | 1 | 0 | 45 | 143 | 44 | 46 | 143 | 40 |
| Binary | 10100010 | 1100110 | 1 | 0 | 100101 | 1100011 | 100100 | 100110 | 1100011 | 100000 |
Color Harmonies of #A26601
Complementary color
Monochromatic Colors of #A26601
Black with #A26601
Text Example
Text Example
White with #A26601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26601; }
p { color: rgb(162,102,1); }
H1.HeaderClassName
{
color: #A26601;
}
.AnyTagClassName
{
color: #A26601;
}
</style>
background-color css
<style>
a { background-color: #A26601; }
a { background-color: rgb(162,102,1); }
div.DivClassName
{
background-color: #A26601;
}
.BgClassName
{
background-color: #A26601;
}
</style>
border-color css
<style>
span { border-color: #A26601; }
span { border-color: rgb(162,102,1); }
td.TdClassName
{
border-color: #A26601;
}
.TagClassName
{
border-color: #A26601;
}
</style>