Shades of Golden Brown #A2661E
Tints of Golden Brown #A2661E
RGB
CMYK
RGB Variations
Color information
#A2661E (or 0xA2661E) is known color: Golden Brown. HEX triplet: A2, 66 and 1E. RGB value is (162,102,30). Sum of RGB (Red+Green+Blue) = 162+102+30=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2661E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2661E is #5D99E1. Grayscale: #707070. Windows color (decimal): -6134242 or 1992354. OLE color: 1992354.
HSL color Cylindrical-coordinate representation of color #A2661E: hue angle of 32.73º degrees, saturation: 0.69, 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 #A2661E is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 30 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.36 |
| HSL | 32.73º | 0.69% | 0.38% | - |
| HSV(B) | 32.73º | 0.81% | 0.64% | - |
| XYZ | 19.89 | 17.28 | 3.52 | - |
| YUV | 111.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 30 | 0 | 0.37 | 0.81 | 0.36 | 32.73 | 0.69 | 0.38 |
| Hex | A2 | 66 | 1E | 0 | 25 | 51 | 24 | 21 | 45 | 26 |
| Octal | 242 | 146 | 36 | 0 | 45 | 121 | 44 | 41 | 105 | 46 |
| Binary | 10100010 | 1100110 | 11110 | 0 | 100101 | 1010001 | 100100 | 100001 | 1000101 | 100110 |
Color Harmonies of #A2661E
Complementary color
Monochromatic Colors of #A2661E
Black with #A2661E
Text Example
Text Example
White with #A2661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2661E; }
p { color: rgb(162,102,30); }
H1.HeaderClassName
{
color: #A2661E;
}
.AnyTagClassName
{
color: #A2661E;
}
</style>
background-color css
<style>
a { background-color: #A2661E; }
a { background-color: rgb(162,102,30); }
div.DivClassName
{
background-color: #A2661E;
}
.BgClassName
{
background-color: #A2661E;
}
</style>
border-color css
<style>
span { border-color: #A2661E; }
span { border-color: rgb(162,102,30); }
td.TdClassName
{
border-color: #A2661E;
}
.TagClassName
{
border-color: #A2661E;
}
</style>