Shades of Golden Brown #A8630A
Tints of Golden Brown #A8630A
RGB
CMYK
RGB Variations
Color information
#A8630A (or 0xA8630A) is known color: Golden Brown. HEX triplet: A8, 63 and 0A. RGB value is (168,99,10). Sum of RGB (Red+Green+Blue) = 168+99+10=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A8630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8630A is #579CF5. Grayscale: #6D6D6D. Windows color (decimal): -5741814 or 680872. OLE color: 680872.
HSL color Cylindrical-coordinate representation of color #A8630A: hue angle of 33.8º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8630A is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 10 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.34 |
| HSL | 33.8º | 0.89% | 0.35% | - |
| HSV(B) | 33.8º | 0.94% | 0.66% | - |
| XYZ | 20.67 | 17.27 | 2.53 | - |
| YUV | 109.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 10 | 0 | 0.41 | 0.94 | 0.34 | 33.8 | 0.89 | 0.35 |
| Hex | A8 | 63 | A | 0 | 29 | 5E | 22 | 22 | 59 | 23 |
| Octal | 250 | 143 | 12 | 0 | 51 | 136 | 42 | 42 | 131 | 43 |
| Binary | 10101000 | 1100011 | 1010 | 0 | 101001 | 1011110 | 100010 | 100010 | 1011001 | 100011 |
Color Harmonies of #A8630A
Complementary color
Monochromatic Colors of #A8630A
Black with #A8630A
Text Example
Text Example
White with #A8630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8630A; }
p { color: rgb(168,99,10); }
H1.HeaderClassName
{
color: #A8630A;
}
.AnyTagClassName
{
color: #A8630A;
}
</style>
background-color css
<style>
a { background-color: #A8630A; }
a { background-color: rgb(168,99,10); }
div.DivClassName
{
background-color: #A8630A;
}
.BgClassName
{
background-color: #A8630A;
}
</style>
border-color css
<style>
span { border-color: #A8630A; }
span { border-color: rgb(168,99,10); }
td.TdClassName
{
border-color: #A8630A;
}
.TagClassName
{
border-color: #A8630A;
}
</style>