Shades of Golden Brown #A2661B
Tints of Golden Brown #A2661B
RGB
CMYK
RGB Variations
Color information
#A2661B (or 0xA2661B) is known color: Golden Brown. HEX triplet: A2, 66 and 1B. RGB value is (162,102,27). Sum of RGB (Red+Green+Blue) = 162+102+27=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2661B is #5D99E4. Grayscale: #6F6F6F. Windows color (decimal): -6134245 or 1795746. OLE color: 1795746.
HSL color Cylindrical-coordinate representation of color #A2661B: hue angle of 33.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2661B is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 27 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.36 |
| HSL | 33.33º | 0.71% | 0.37% | - |
| HSV(B) | 33.33º | 0.83% | 0.64% | - |
| XYZ | 19.85 | 17.26 | 3.32 | - |
| YUV | 111.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 27 | 0 | 0.37 | 0.83 | 0.36 | 33.33 | 0.71 | 0.37 |
| Hex | A2 | 66 | 1B | 0 | 25 | 53 | 24 | 21 | 47 | 25 |
| Octal | 242 | 146 | 33 | 0 | 45 | 123 | 44 | 41 | 107 | 45 |
| Binary | 10100010 | 1100110 | 11011 | 0 | 100101 | 1010011 | 100100 | 100001 | 1000111 | 100101 |
Color Harmonies of #A2661B
Complementary color
Monochromatic Colors of #A2661B
Black with #A2661B
Text Example
Text Example
White with #A2661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2661B; }
p { color: rgb(162,102,27); }
H1.HeaderClassName
{
color: #A2661B;
}
.AnyTagClassName
{
color: #A2661B;
}
</style>
background-color css
<style>
a { background-color: #A2661B; }
a { background-color: rgb(162,102,27); }
div.DivClassName
{
background-color: #A2661B;
}
.BgClassName
{
background-color: #A2661B;
}
</style>
border-color css
<style>
span { border-color: #A2661B; }
span { border-color: rgb(162,102,27); }
td.TdClassName
{
border-color: #A2661B;
}
.TagClassName
{
border-color: #A2661B;
}
</style>