Shades of Golden Brown #A8671B
Tints of Golden Brown #A8671B
RGB
CMYK
RGB Variations
Color information
#A8671B (or 0xA8671B) is known color: Golden Brown. HEX triplet: A8, 67 and 1B. RGB value is (168,103,27). Sum of RGB (Red+Green+Blue) = 168+103+27=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8671B is #5798E4. Grayscale: #727272. Windows color (decimal): -5740773 or 1796008. OLE color: 1796008.
HSL color Cylindrical-coordinate representation of color #A8671B: hue angle of 32.34º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8671B is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 27 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.34 |
| HSL | 32.34º | 0.72% | 0.38% | - |
| HSV(B) | 32.34º | 0.84% | 0.66% | - |
| XYZ | 21.2 | 18.1 | 3.41 | - |
| YUV | 113.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 27 | 0 | 0.39 | 0.84 | 0.34 | 32.34 | 0.72 | 0.38 |
| Hex | A8 | 67 | 1B | 0 | 27 | 54 | 22 | 20 | 48 | 26 |
| Octal | 250 | 147 | 33 | 0 | 47 | 124 | 42 | 40 | 110 | 46 |
| Binary | 10101000 | 1100111 | 11011 | 0 | 100111 | 1010100 | 100010 | 100000 | 1001000 | 100110 |
Color Harmonies of #A8671B
Complementary color
Monochromatic Colors of #A8671B
Black with #A8671B
Text Example
Text Example
White with #A8671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8671B; }
p { color: rgb(168,103,27); }
H1.HeaderClassName
{
color: #A8671B;
}
.AnyTagClassName
{
color: #A8671B;
}
</style>
background-color css
<style>
a { background-color: #A8671B; }
a { background-color: rgb(168,103,27); }
div.DivClassName
{
background-color: #A8671B;
}
.BgClassName
{
background-color: #A8671B;
}
</style>
border-color css
<style>
span { border-color: #A8671B; }
span { border-color: rgb(168,103,27); }
td.TdClassName
{
border-color: #A8671B;
}
.TagClassName
{
border-color: #A8671B;
}
</style>