Shades of Golden Brown #A26604
Tints of Golden Brown #A26604
RGB
CMYK
RGB Variations
Color information
#A26604 (or 0xA26604) is known color: Golden Brown. HEX triplet: A2, 66 and 04. RGB value is (162,102,4). Sum of RGB (Red+Green+Blue) = 162+102+4=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A26604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26604 is #5D99FB. Grayscale: #6D6D6D. Windows color (decimal): -6134268 or 288418. OLE color: 288418.
HSL color Cylindrical-coordinate representation of color #A26604: hue angle of 37.22º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A26604 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.36 |
| HSL | 37.22º | 0.95% | 0.33% | - |
| HSV(B) | 37.22º | 0.98% | 0.64% | - |
| XYZ | 19.67 | 17.19 | 2.4 | - |
| YUV | 108.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 4 | 0 | 0.37 | 0.98 | 0.36 | 37.22 | 0.95 | 0.33 |
| Hex | A2 | 66 | 4 | 0 | 25 | 62 | 24 | 25 | 5F | 21 |
| Octal | 242 | 146 | 4 | 0 | 45 | 142 | 44 | 45 | 137 | 41 |
| Binary | 10100010 | 1100110 | 100 | 0 | 100101 | 1100010 | 100100 | 100101 | 1011111 | 100001 |
Color Harmonies of #A26604
Complementary color
Monochromatic Colors of #A26604
Black with #A26604
Text Example
Text Example
White with #A26604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26604; }
p { color: rgb(162,102,4); }
H1.HeaderClassName
{
color: #A26604;
}
.AnyTagClassName
{
color: #A26604;
}
</style>
background-color css
<style>
a { background-color: #A26604; }
a { background-color: rgb(162,102,4); }
div.DivClassName
{
background-color: #A26604;
}
.BgClassName
{
background-color: #A26604;
}
</style>
border-color css
<style>
span { border-color: #A26604; }
span { border-color: rgb(162,102,4); }
td.TdClassName
{
border-color: #A26604;
}
.TagClassName
{
border-color: #A26604;
}
</style>