Shades of Golden Brown #A46B19
Tints of Golden Brown #A46B19
RGB
CMYK
RGB Variations
Color information
#A46B19 (or 0xA46B19) is known color: Golden Brown. HEX triplet: A4, 6B and 19. RGB value is (164,107,25). Sum of RGB (Red+Green+Blue) = 164+107+25=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46B19 is #5B94E6. Grayscale: #737373. Windows color (decimal): -6001895 or 1665956. OLE color: 1665956.
HSL color Cylindrical-coordinate representation of color #A46B19: hue angle of 35.4º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A46B19 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 25 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.36 |
| HSL | 35.4º | 0.74% | 0.37% | - |
| HSV(B) | 35.4º | 0.85% | 0.64% | - |
| XYZ | 20.74 | 18.48 | 3.39 | - |
| YUV | 114.7 | 77.38 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 25 | 0 | 0.35 | 0.85 | 0.36 | 35.4 | 0.74 | 0.37 |
| Hex | A4 | 6B | 19 | 0 | 23 | 55 | 24 | 23 | 4A | 25 |
| Octal | 244 | 153 | 31 | 0 | 43 | 125 | 44 | 43 | 112 | 45 |
| Binary | 10100100 | 1101011 | 11001 | 0 | 100011 | 1010101 | 100100 | 100011 | 1001010 | 100101 |
Color Harmonies of #A46B19
Complementary color
Monochromatic Colors of #A46B19
Black with #A46B19
Text Example
Text Example
White with #A46B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B19; }
p { color: rgb(164,107,25); }
H1.HeaderClassName
{
color: #A46B19;
}
.AnyTagClassName
{
color: #A46B19;
}
</style>
background-color css
<style>
a { background-color: #A46B19; }
a { background-color: rgb(164,107,25); }
div.DivClassName
{
background-color: #A46B19;
}
.BgClassName
{
background-color: #A46B19;
}
</style>
border-color css
<style>
span { border-color: #A46B19; }
span { border-color: rgb(164,107,25); }
td.TdClassName
{
border-color: #A46B19;
}
.TagClassName
{
border-color: #A46B19;
}
</style>