Shades of Golden Brown #A8671F
Tints of Golden Brown #A8671F
RGB
CMYK
RGB Variations
Color information
#A8671F (or 0xA8671F) is known color: Golden Brown. HEX triplet: A8, 67 and 1F. RGB value is (168,103,31). Sum of RGB (Red+Green+Blue) = 168+103+31=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8671F is #5798E0. Grayscale: #727272. Windows color (decimal): -5740769 or 2058152. OLE color: 2058152.
HSL color Cylindrical-coordinate representation of color #A8671F: hue angle of 31.53º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8671F is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 31 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.34 |
| HSL | 31.53º | 0.69% | 0.39% | - |
| HSV(B) | 31.53º | 0.82% | 0.66% | - |
| XYZ | 21.25 | 18.12 | 3.67 | - |
| YUV | 114.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 31 | 0 | 0.39 | 0.82 | 0.34 | 31.53 | 0.69 | 0.39 |
| Hex | A8 | 67 | 1F | 0 | 27 | 52 | 22 | 20 | 45 | 27 |
| Octal | 250 | 147 | 37 | 0 | 47 | 122 | 42 | 40 | 105 | 47 |
| Binary | 10101000 | 1100111 | 11111 | 0 | 100111 | 1010010 | 100010 | 100000 | 1000101 | 100111 |
Color Harmonies of #A8671F
Complementary color
Monochromatic Colors of #A8671F
Black with #A8671F
Text Example
Text Example
White with #A8671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8671F; }
p { color: rgb(168,103,31); }
H1.HeaderClassName
{
color: #A8671F;
}
.AnyTagClassName
{
color: #A8671F;
}
</style>
background-color css
<style>
a { background-color: #A8671F; }
a { background-color: rgb(168,103,31); }
div.DivClassName
{
background-color: #A8671F;
}
.BgClassName
{
background-color: #A8671F;
}
</style>
border-color css
<style>
span { border-color: #A8671F; }
span { border-color: rgb(168,103,31); }
td.TdClassName
{
border-color: #A8671F;
}
.TagClassName
{
border-color: #A8671F;
}
</style>