Shades of Golden Brown #A8690A
Tints of Golden Brown #A8690A
RGB
CMYK
RGB Variations
Color information
#A8690A (or 0xA8690A) is known color: Golden Brown. HEX triplet: A8, 69 and 0A. RGB value is (168,105,10). Sum of RGB (Red+Green+Blue) = 168+105+10=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8690A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8690A is #5796F5. Grayscale: #717171. Windows color (decimal): -5740278 or 682408. OLE color: 682408.
HSL color Cylindrical-coordinate representation of color #A8690A: hue angle of 36.08º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8690A is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 10 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.34 |
| HSL | 36.08º | 0.89% | 0.35% | - |
| HSV(B) | 36.08º | 0.94% | 0.66% | - |
| XYZ | 21.25 | 18.45 | 2.73 | - |
| YUV | 113.01 | 69.87 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 10 | 0 | 0.38 | 0.94 | 0.34 | 36.08 | 0.89 | 0.35 |
| Hex | A8 | 69 | A | 0 | 26 | 5E | 22 | 24 | 59 | 23 |
| Octal | 250 | 151 | 12 | 0 | 46 | 136 | 42 | 44 | 131 | 43 |
| Binary | 10101000 | 1101001 | 1010 | 0 | 100110 | 1011110 | 100010 | 100100 | 1011001 | 100011 |
Color Harmonies of #A8690A
Complementary color
Monochromatic Colors of #A8690A
Black with #A8690A
Text Example
Text Example
White with #A8690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8690A; }
p { color: rgb(168,105,10); }
H1.HeaderClassName
{
color: #A8690A;
}
.AnyTagClassName
{
color: #A8690A;
}
</style>
background-color css
<style>
a { background-color: #A8690A; }
a { background-color: rgb(168,105,10); }
div.DivClassName
{
background-color: #A8690A;
}
.BgClassName
{
background-color: #A8690A;
}
</style>
border-color css
<style>
span { border-color: #A8690A; }
span { border-color: rgb(168,105,10); }
td.TdClassName
{
border-color: #A8690A;
}
.TagClassName
{
border-color: #A8690A;
}
</style>