Shades of Golden Brown #A8641E
Tints of Golden Brown #A8641E
RGB
CMYK
RGB Variations
Color information
#A8641E (or 0xA8641E) is known color: Golden Brown. HEX triplet: A8, 64 and 1E. RGB value is (168,100,30). Sum of RGB (Red+Green+Blue) = 168+100+30=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8641E is #579BE1. Grayscale: #707070. Windows color (decimal): -5741538 or 1991848. OLE color: 1991848.
HSL color Cylindrical-coordinate representation of color #A8641E: hue angle of 30.43º degrees, saturation: 0.7, 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 #A8641E is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 30 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.34 |
| HSL | 30.43º | 0.7% | 0.39% | - |
| HSV(B) | 30.43º | 0.82% | 0.66% | - |
| XYZ | 20.94 | 17.53 | 3.51 | - |
| YUV | 112.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 30 | 0 | 0.40 | 0.82 | 0.34 | 30.43 | 0.7 | 0.39 |
| Hex | A8 | 64 | 1E | 0 | 28 | 52 | 22 | 1E | 46 | 27 |
| Octal | 250 | 144 | 36 | 0 | 50 | 122 | 42 | 36 | 106 | 47 |
| Binary | 10101000 | 1100100 | 11110 | 0 | 101000 | 1010010 | 100010 | 11110 | 1000110 | 100111 |
Color Harmonies of #A8641E
Complementary color
Monochromatic Colors of #A8641E
Black with #A8641E
Text Example
Text Example
White with #A8641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8641E; }
p { color: rgb(168,100,30); }
H1.HeaderClassName
{
color: #A8641E;
}
.AnyTagClassName
{
color: #A8641E;
}
</style>
background-color css
<style>
a { background-color: #A8641E; }
a { background-color: rgb(168,100,30); }
div.DivClassName
{
background-color: #A8641E;
}
.BgClassName
{
background-color: #A8641E;
}
</style>
border-color css
<style>
span { border-color: #A8641E; }
span { border-color: rgb(168,100,30); }
td.TdClassName
{
border-color: #A8641E;
}
.TagClassName
{
border-color: #A8641E;
}
</style>