Shades of Golden Brown #A46D1B
Tints of Golden Brown #A46D1B
RGB
CMYK
RGB Variations
Color information
#A46D1B (or 0xA46D1B) is known color: Golden Brown. HEX triplet: A4, 6D and 1B. RGB value is (164,109,27). Sum of RGB (Red+Green+Blue) = 164+109+27=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D1B is #5B92E4. Grayscale: #747474. Windows color (decimal): -6001381 or 1797540. OLE color: 1797540.
HSL color Cylindrical-coordinate representation of color #A46D1B: hue angle of 35.91º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A46D1B is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 27 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.36 |
| HSL | 35.91º | 0.72% | 0.37% | - |
| HSV(B) | 35.91º | 0.84% | 0.64% | - |
| XYZ | 20.98 | 18.91 | 3.58 | - |
| YUV | 116.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 27 | 0 | 0.34 | 0.84 | 0.36 | 35.91 | 0.72 | 0.37 |
| Hex | A4 | 6D | 1B | 0 | 22 | 54 | 24 | 24 | 48 | 25 |
| Octal | 244 | 155 | 33 | 0 | 42 | 124 | 44 | 44 | 110 | 45 |
| Binary | 10100100 | 1101101 | 11011 | 0 | 100010 | 1010100 | 100100 | 100100 | 1001000 | 100101 |
Color Harmonies of #A46D1B
Complementary color
Monochromatic Colors of #A46D1B
Black with #A46D1B
Text Example
Text Example
White with #A46D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D1B; }
p { color: rgb(164,109,27); }
H1.HeaderClassName
{
color: #A46D1B;
}
.AnyTagClassName
{
color: #A46D1B;
}
</style>
background-color css
<style>
a { background-color: #A46D1B; }
a { background-color: rgb(164,109,27); }
div.DivClassName
{
background-color: #A46D1B;
}
.BgClassName
{
background-color: #A46D1B;
}
</style>
border-color css
<style>
span { border-color: #A46D1B; }
span { border-color: rgb(164,109,27); }
td.TdClassName
{
border-color: #A46D1B;
}
.TagClassName
{
border-color: #A46D1B;
}
</style>