Shades of Golden Brown #A8671A
Tints of Golden Brown #A8671A
RGB
CMYK
RGB Variations
Color information
#A8671A (or 0xA8671A) is known color: Golden Brown. HEX triplet: A8, 67 and 1A. RGB value is (168,103,26). Sum of RGB (Red+Green+Blue) = 168+103+26=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8671A is #5798E5. Grayscale: #727272. Windows color (decimal): -5740774 or 1730472. OLE color: 1730472.
HSL color Cylindrical-coordinate representation of color #A8671A: hue angle of 32.54º 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 #A8671A is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 26 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.34 |
| HSL | 32.54º | 0.73% | 0.38% | - |
| HSV(B) | 32.54º | 0.85% | 0.66% | - |
| XYZ | 21.19 | 18.1 | 3.35 | - |
| YUV | 113.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 26 | 0 | 0.39 | 0.85 | 0.34 | 32.54 | 0.73 | 0.38 |
| Hex | A8 | 67 | 1A | 0 | 27 | 55 | 22 | 21 | 49 | 26 |
| Octal | 250 | 147 | 32 | 0 | 47 | 125 | 42 | 41 | 111 | 46 |
| Binary | 10101000 | 1100111 | 11010 | 0 | 100111 | 1010101 | 100010 | 100001 | 1001001 | 100110 |
Color Harmonies of #A8671A
Complementary color
Monochromatic Colors of #A8671A
Black with #A8671A
Text Example
Text Example
White with #A8671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8671A; }
p { color: rgb(168,103,26); }
H1.HeaderClassName
{
color: #A8671A;
}
.AnyTagClassName
{
color: #A8671A;
}
</style>
background-color css
<style>
a { background-color: #A8671A; }
a { background-color: rgb(168,103,26); }
div.DivClassName
{
background-color: #A8671A;
}
.BgClassName
{
background-color: #A8671A;
}
</style>
border-color css
<style>
span { border-color: #A8671A; }
span { border-color: rgb(168,103,26); }
td.TdClassName
{
border-color: #A8671A;
}
.TagClassName
{
border-color: #A8671A;
}
</style>