Shades of Golden Brown #A26605
Tints of Golden Brown #A26605
RGB
CMYK
RGB Variations
Color information
#A26605 (or 0xA26605) is known color: Golden Brown. HEX triplet: A2, 66 and 05. RGB value is (162,102,5). Sum of RGB (Red+Green+Blue) = 162+102+5=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A26605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26605 is #5D99FA. Grayscale: #6D6D6D. Windows color (decimal): -6134267 or 353954. OLE color: 353954.
HSL color Cylindrical-coordinate representation of color #A26605: hue angle of 37.07º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A26605 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 5 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.36 |
| HSL | 37.07º | 0.94% | 0.33% | - |
| HSV(B) | 37.07º | 0.97% | 0.64% | - |
| XYZ | 19.68 | 17.2 | 2.43 | - |
| YUV | 108.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 5 | 0 | 0.37 | 0.97 | 0.36 | 37.07 | 0.94 | 0.33 |
| Hex | A2 | 66 | 5 | 0 | 25 | 61 | 24 | 25 | 5E | 21 |
| Octal | 242 | 146 | 5 | 0 | 45 | 141 | 44 | 45 | 136 | 41 |
| Binary | 10100010 | 1100110 | 101 | 0 | 100101 | 1100001 | 100100 | 100101 | 1011110 | 100001 |
Color Harmonies of #A26605
Complementary color
Monochromatic Colors of #A26605
Black with #A26605
Text Example
Text Example
White with #A26605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26605; }
p { color: rgb(162,102,5); }
H1.HeaderClassName
{
color: #A26605;
}
.AnyTagClassName
{
color: #A26605;
}
</style>
background-color css
<style>
a { background-color: #A26605; }
a { background-color: rgb(162,102,5); }
div.DivClassName
{
background-color: #A26605;
}
.BgClassName
{
background-color: #A26605;
}
</style>
border-color css
<style>
span { border-color: #A26605; }
span { border-color: rgb(162,102,5); }
td.TdClassName
{
border-color: #A26605;
}
.TagClassName
{
border-color: #A26605;
}
</style>