Shades of Golden Brown #A8681A
Tints of Golden Brown #A8681A
RGB
CMYK
RGB Variations
Color information
#A8681A (or 0xA8681A) is known color: Golden Brown. HEX triplet: A8, 68 and 1A. RGB value is (168,104,26). Sum of RGB (Red+Green+Blue) = 168+104+26=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8681A is #5797E5. Grayscale: #727272. Windows color (decimal): -5740518 or 1730728. OLE color: 1730728.
HSL color Cylindrical-coordinate representation of color #A8681A: hue angle of 32.96º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8681A is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 26 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.34 |
| HSL | 32.96º | 0.73% | 0.38% | - |
| HSV(B) | 32.96º | 0.85% | 0.66% | - |
| XYZ | 21.29 | 18.3 | 3.39 | - |
| YUV | 114.24 | 78.2 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 26 | 0 | 0.38 | 0.85 | 0.34 | 32.96 | 0.73 | 0.38 |
| Hex | A8 | 68 | 1A | 0 | 26 | 55 | 22 | 21 | 49 | 26 |
| Octal | 250 | 150 | 32 | 0 | 46 | 125 | 42 | 41 | 111 | 46 |
| Binary | 10101000 | 1101000 | 11010 | 0 | 100110 | 1010101 | 100010 | 100001 | 1001001 | 100110 |
Color Harmonies of #A8681A
Complementary color
Monochromatic Colors of #A8681A
Black with #A8681A
Text Example
Text Example
White with #A8681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8681A; }
p { color: rgb(168,104,26); }
H1.HeaderClassName
{
color: #A8681A;
}
.AnyTagClassName
{
color: #A8681A;
}
</style>
background-color css
<style>
a { background-color: #A8681A; }
a { background-color: rgb(168,104,26); }
div.DivClassName
{
background-color: #A8681A;
}
.BgClassName
{
background-color: #A8681A;
}
</style>
border-color css
<style>
span { border-color: #A8681A; }
span { border-color: rgb(168,104,26); }
td.TdClassName
{
border-color: #A8681A;
}
.TagClassName
{
border-color: #A8681A;
}
</style>