Shades of Golden Brown #A8621A
Tints of Golden Brown #A8621A
RGB
CMYK
RGB Variations
Color information
#A8621A (or 0xA8621A) is known color: Golden Brown. HEX triplet: A8, 62 and 1A. RGB value is (168,98,26). Sum of RGB (Red+Green+Blue) = 168+98+26=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A8621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8621A is #579DE5. Grayscale: #6F6F6F. Windows color (decimal): -5742054 or 1729192. OLE color: 1729192.
HSL color Cylindrical-coordinate representation of color #A8621A: hue angle of 30.42º 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 #A8621A is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 26 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.34 |
| HSL | 30.42º | 0.73% | 0.38% | - |
| HSV(B) | 30.42º | 0.85% | 0.66% | - |
| XYZ | 20.7 | 17.13 | 3.19 | - |
| YUV | 110.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 26 | 0 | 0.42 | 0.85 | 0.34 | 30.42 | 0.73 | 0.38 |
| Hex | A8 | 62 | 1A | 0 | 2A | 55 | 22 | 1E | 49 | 26 |
| Octal | 250 | 142 | 32 | 0 | 52 | 125 | 42 | 36 | 111 | 46 |
| Binary | 10101000 | 1100010 | 11010 | 0 | 101010 | 1010101 | 100010 | 11110 | 1001001 | 100110 |
Color Harmonies of #A8621A
Complementary color
Monochromatic Colors of #A8621A
Black with #A8621A
Text Example
Text Example
White with #A8621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8621A; }
p { color: rgb(168,98,26); }
H1.HeaderClassName
{
color: #A8621A;
}
.AnyTagClassName
{
color: #A8621A;
}
</style>
background-color css
<style>
a { background-color: #A8621A; }
a { background-color: rgb(168,98,26); }
div.DivClassName
{
background-color: #A8621A;
}
.BgClassName
{
background-color: #A8621A;
}
</style>
border-color css
<style>
span { border-color: #A8621A; }
span { border-color: rgb(168,98,26); }
td.TdClassName
{
border-color: #A8621A;
}
.TagClassName
{
border-color: #A8621A;
}
</style>