Shades of Golden Brown #A9631B
Tints of Golden Brown #A9631B
RGB
CMYK
RGB Variations
Color information
#A9631B (or 0xA9631B) is known color: Golden Brown. HEX triplet: A9, 63 and 1B. RGB value is (169,99,27). Sum of RGB (Red+Green+Blue) = 169+99+27=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9631B is #569CE4. Grayscale: #707070. Windows color (decimal): -5676261 or 1794985. OLE color: 1794985.
HSL color Cylindrical-coordinate representation of color #A9631B: hue angle of 30.42º 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 #A9631B is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 27 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.34 |
| HSL | 30.42º | 0.72% | 0.38% | - |
| HSV(B) | 30.42º | 0.84% | 0.66% | - |
| XYZ | 21.02 | 17.44 | 3.29 | - |
| YUV | 111.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 27 | 0 | 0.41 | 0.84 | 0.34 | 30.42 | 0.72 | 0.38 |
| Hex | A9 | 63 | 1B | 0 | 29 | 54 | 22 | 1E | 48 | 26 |
| Octal | 251 | 143 | 33 | 0 | 51 | 124 | 42 | 36 | 110 | 46 |
| Binary | 10101001 | 1100011 | 11011 | 0 | 101001 | 1010100 | 100010 | 11110 | 1001000 | 100110 |
Color Harmonies of #A9631B
Complementary color
Monochromatic Colors of #A9631B
Black with #A9631B
Text Example
Text Example
White with #A9631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9631B; }
p { color: rgb(169,99,27); }
H1.HeaderClassName
{
color: #A9631B;
}
.AnyTagClassName
{
color: #A9631B;
}
</style>
background-color css
<style>
a { background-color: #A9631B; }
a { background-color: rgb(169,99,27); }
div.DivClassName
{
background-color: #A9631B;
}
.BgClassName
{
background-color: #A9631B;
}
</style>
border-color css
<style>
span { border-color: #A9631B; }
span { border-color: rgb(169,99,27); }
td.TdClassName
{
border-color: #A9631B;
}
.TagClassName
{
border-color: #A9631B;
}
</style>