Shades of Golden Brown #A2660B
Tints of Golden Brown #A2660B
RGB
CMYK
RGB Variations
Color information
#A2660B (or 0xA2660B) is known color: Golden Brown. HEX triplet: A2, 66 and 0B. RGB value is (162,102,11). Sum of RGB (Red+Green+Blue) = 162+102+11=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2660B is #5D99F4. Grayscale: #6D6D6D. Windows color (decimal): -6134261 or 747170. OLE color: 747170.
HSL color Cylindrical-coordinate representation of color #A2660B: hue angle of 36.16º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2660B is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 11 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.36 |
| HSL | 36.16º | 0.87% | 0.34% | - |
| HSV(B) | 36.16º | 0.93% | 0.64% | - |
| XYZ | 19.71 | 17.21 | 2.6 | - |
| YUV | 109.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 11 | 0 | 0.37 | 0.93 | 0.36 | 36.16 | 0.87 | 0.34 |
| Hex | A2 | 66 | B | 0 | 25 | 5D | 24 | 24 | 57 | 22 |
| Octal | 242 | 146 | 13 | 0 | 45 | 135 | 44 | 44 | 127 | 42 |
| Binary | 10100010 | 1100110 | 1011 | 0 | 100101 | 1011101 | 100100 | 100100 | 1010111 | 100010 |
Color Harmonies of #A2660B
Complementary color
Monochromatic Colors of #A2660B
Black with #A2660B
Text Example
Text Example
White with #A2660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2660B; }
p { color: rgb(162,102,11); }
H1.HeaderClassName
{
color: #A2660B;
}
.AnyTagClassName
{
color: #A2660B;
}
</style>
background-color css
<style>
a { background-color: #A2660B; }
a { background-color: rgb(162,102,11); }
div.DivClassName
{
background-color: #A2660B;
}
.BgClassName
{
background-color: #A2660B;
}
</style>
border-color css
<style>
span { border-color: #A2660B; }
span { border-color: rgb(162,102,11); }
td.TdClassName
{
border-color: #A2660B;
}
.TagClassName
{
border-color: #A2660B;
}
</style>