Shades of Golden Brown #A9621B
Tints of Golden Brown #A9621B
RGB
CMYK
RGB Variations
Color information
#A9621B (or 0xA9621B) is known color: Golden Brown. HEX triplet: A9, 62 and 1B. RGB value is (169,98,27). Sum of RGB (Red+Green+Blue) = 169+98+27=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A9621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9621B is #569DE4. Grayscale: #6F6F6F. Windows color (decimal): -5676517 or 1794729. OLE color: 1794729.
HSL color Cylindrical-coordinate representation of color #A9621B: hue angle of 30º 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 #A9621B is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 27 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.34 |
| HSL | 30º | 0.72% | 0.38% | - |
| HSV(B) | 30º | 0.84% | 0.66% | - |
| XYZ | 20.93 | 17.25 | 3.26 | - |
| YUV | 111.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 27 | 0 | 0.42 | 0.84 | 0.34 | 30 | 0.72 | 0.38 |
| Hex | A9 | 62 | 1B | 0 | 2A | 54 | 22 | 1E | 48 | 26 |
| Octal | 251 | 142 | 33 | 0 | 52 | 124 | 42 | 36 | 110 | 46 |
| Binary | 10101001 | 1100010 | 11011 | 0 | 101010 | 1010100 | 100010 | 11110 | 1001000 | 100110 |
Color Harmonies of #A9621B
Complementary color
Monochromatic Colors of #A9621B
Black with #A9621B
Text Example
Text Example
White with #A9621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9621B; }
p { color: rgb(169,98,27); }
H1.HeaderClassName
{
color: #A9621B;
}
.AnyTagClassName
{
color: #A9621B;
}
</style>
background-color css
<style>
a { background-color: #A9621B; }
a { background-color: rgb(169,98,27); }
div.DivClassName
{
background-color: #A9621B;
}
.BgClassName
{
background-color: #A9621B;
}
</style>
border-color css
<style>
span { border-color: #A9621B; }
span { border-color: rgb(169,98,27); }
td.TdClassName
{
border-color: #A9621B;
}
.TagClassName
{
border-color: #A9621B;
}
</style>