Shades of Golden Brown #A2680F
Tints of Golden Brown #A2680F
RGB
CMYK
RGB Variations
Color information
#A2680F (or 0xA2680F) is known color: Golden Brown. HEX triplet: A2, 68 and 0F. RGB value is (162,104,15). Sum of RGB (Red+Green+Blue) = 162+104+15=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A2680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2680F is #5D97F0. Grayscale: #6F6F6F. Windows color (decimal): -6133745 or 1009826. OLE color: 1009826.
HSL color Cylindrical-coordinate representation of color #A2680F: hue angle of 36.33º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2680F is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 15 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.36 |
| HSL | 36.33º | 0.83% | 0.35% | - |
| HSV(B) | 36.33º | 0.91% | 0.64% | - |
| XYZ | 19.94 | 17.62 | 2.8 | - |
| YUV | 111.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 15 | 0 | 0.36 | 0.91 | 0.36 | 36.33 | 0.83 | 0.35 |
| Hex | A2 | 68 | F | 0 | 24 | 5B | 24 | 24 | 53 | 23 |
| Octal | 242 | 150 | 17 | 0 | 44 | 133 | 44 | 44 | 123 | 43 |
| Binary | 10100010 | 1101000 | 1111 | 0 | 100100 | 1011011 | 100100 | 100100 | 1010011 | 100011 |
Color Harmonies of #A2680F
Complementary color
Monochromatic Colors of #A2680F
Black with #A2680F
Text Example
Text Example
White with #A2680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2680F; }
p { color: rgb(162,104,15); }
H1.HeaderClassName
{
color: #A2680F;
}
.AnyTagClassName
{
color: #A2680F;
}
</style>
background-color css
<style>
a { background-color: #A2680F; }
a { background-color: rgb(162,104,15); }
div.DivClassName
{
background-color: #A2680F;
}
.BgClassName
{
background-color: #A2680F;
}
</style>
border-color css
<style>
span { border-color: #A2680F; }
span { border-color: rgb(162,104,15); }
td.TdClassName
{
border-color: #A2680F;
}
.TagClassName
{
border-color: #A2680F;
}
</style>