Shades of Golden Brown #A26D1F
Tints of Golden Brown #A26D1F
RGB
CMYK
RGB Variations
Color information
#A26D1F (or 0xA26D1F) is known color: Golden Brown. HEX triplet: A2, 6D and 1F. RGB value is (162,109,31). Sum of RGB (Red+Green+Blue) = 162+109+31=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26D1F is #5D92E0. Grayscale: #747474. Windows color (decimal): -6132449 or 2059682. OLE color: 2059682.
HSL color Cylindrical-coordinate representation of color #A26D1F: hue angle of 35.73º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A26D1F is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 31 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.36 |
| HSL | 35.73º | 0.68% | 0.38% | - |
| HSV(B) | 35.73º | 0.81% | 0.64% | - |
| XYZ | 20.62 | 18.72 | 3.82 | - |
| YUV | 115.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 31 | 0 | 0.33 | 0.81 | 0.36 | 35.73 | 0.68 | 0.38 |
| Hex | A2 | 6D | 1F | 0 | 21 | 51 | 24 | 24 | 44 | 26 |
| Octal | 242 | 155 | 37 | 0 | 41 | 121 | 44 | 44 | 104 | 46 |
| Binary | 10100010 | 1101101 | 11111 | 0 | 100001 | 1010001 | 100100 | 100100 | 1000100 | 100110 |
Color Harmonies of #A26D1F
Complementary color
Monochromatic Colors of #A26D1F
Black with #A26D1F
Text Example
Text Example
White with #A26D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D1F; }
p { color: rgb(162,109,31); }
H1.HeaderClassName
{
color: #A26D1F;
}
.AnyTagClassName
{
color: #A26D1F;
}
</style>
background-color css
<style>
a { background-color: #A26D1F; }
a { background-color: rgb(162,109,31); }
div.DivClassName
{
background-color: #A26D1F;
}
.BgClassName
{
background-color: #A26D1F;
}
</style>
border-color css
<style>
span { border-color: #A26D1F; }
span { border-color: rgb(162,109,31); }
td.TdClassName
{
border-color: #A26D1F;
}
.TagClassName
{
border-color: #A26D1F;
}
</style>