Shades of Golden Brown #A26A1A
Tints of Golden Brown #A26A1A
RGB
CMYK
RGB Variations
Color information
#A26A1A (or 0xA26A1A) is known color: Golden Brown. HEX triplet: A2, 6A and 1A. RGB value is (162,106,26). Sum of RGB (Red+Green+Blue) = 162+106+26=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26A1A is #5D95E5. Grayscale: #727272. Windows color (decimal): -6133222 or 1731234. OLE color: 1731234.
HSL color Cylindrical-coordinate representation of color #A26A1A: hue angle of 35.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A26A1A is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 26 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.36 |
| HSL | 35.29º | 0.72% | 0.37% | - |
| HSV(B) | 35.29º | 0.84% | 0.64% | - |
| XYZ | 20.24 | 18.06 | 3.4 | - |
| YUV | 113.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 26 | 0 | 0.35 | 0.84 | 0.36 | 35.29 | 0.72 | 0.37 |
| Hex | A2 | 6A | 1A | 0 | 23 | 54 | 24 | 23 | 48 | 25 |
| Octal | 242 | 152 | 32 | 0 | 43 | 124 | 44 | 43 | 110 | 45 |
| Binary | 10100010 | 1101010 | 11010 | 0 | 100011 | 1010100 | 100100 | 100011 | 1001000 | 100101 |
Color Harmonies of #A26A1A
Complementary color
Monochromatic Colors of #A26A1A
Black with #A26A1A
Text Example
Text Example
White with #A26A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A1A; }
p { color: rgb(162,106,26); }
H1.HeaderClassName
{
color: #A26A1A;
}
.AnyTagClassName
{
color: #A26A1A;
}
</style>
background-color css
<style>
a { background-color: #A26A1A; }
a { background-color: rgb(162,106,26); }
div.DivClassName
{
background-color: #A26A1A;
}
.BgClassName
{
background-color: #A26A1A;
}
</style>
border-color css
<style>
span { border-color: #A26A1A; }
span { border-color: rgb(162,106,26); }
td.TdClassName
{
border-color: #A26A1A;
}
.TagClassName
{
border-color: #A26A1A;
}
</style>