Shades of Golden Brown #A2690D
Tints of Golden Brown #A2690D
RGB
CMYK
RGB Variations
Color information
#A2690D (or 0xA2690D) is known color: Golden Brown. HEX triplet: A2, 69 and 0D. RGB value is (162,105,13). Sum of RGB (Red+Green+Blue) = 162+105+13=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2690D is #5D96F2. Grayscale: #6F6F6F. Windows color (decimal): -6133491 or 879010. OLE color: 879010.
HSL color Cylindrical-coordinate representation of color #A2690D: hue angle of 37.05º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2690D is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 13 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.36 |
| HSL | 37.05º | 0.85% | 0.34% | - |
| HSV(B) | 37.05º | 0.92% | 0.64% | - |
| XYZ | 20.02 | 17.81 | 2.76 | - |
| YUV | 111.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 13 | 0 | 0.35 | 0.92 | 0.36 | 37.05 | 0.85 | 0.34 |
| Hex | A2 | 69 | D | 0 | 23 | 5C | 24 | 25 | 55 | 22 |
| Octal | 242 | 151 | 15 | 0 | 43 | 134 | 44 | 45 | 125 | 42 |
| Binary | 10100010 | 1101001 | 1101 | 0 | 100011 | 1011100 | 100100 | 100101 | 1010101 | 100010 |
Color Harmonies of #A2690D
Complementary color
Monochromatic Colors of #A2690D
Black with #A2690D
Text Example
Text Example
White with #A2690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2690D; }
p { color: rgb(162,105,13); }
H1.HeaderClassName
{
color: #A2690D;
}
.AnyTagClassName
{
color: #A2690D;
}
</style>
background-color css
<style>
a { background-color: #A2690D; }
a { background-color: rgb(162,105,13); }
div.DivClassName
{
background-color: #A2690D;
}
.BgClassName
{
background-color: #A2690D;
}
</style>
border-color css
<style>
span { border-color: #A2690D; }
span { border-color: rgb(162,105,13); }
td.TdClassName
{
border-color: #A2690D;
}
.TagClassName
{
border-color: #A2690D;
}
</style>