Shades of Golden Brown #A46D08
Tints of Golden Brown #A46D08
RGB
CMYK
RGB Variations
Color information
#A46D08 (or 0xA46D08) is known color: Golden Brown. HEX triplet: A4, 6D and 08. RGB value is (164,109,8). Sum of RGB (Red+Green+Blue) = 164+109+8=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46D08 is #5B92F7. Grayscale: #727272. Windows color (decimal): -6001400 or 552356. OLE color: 552356.
HSL color Cylindrical-coordinate representation of color #A46D08: hue angle of 38.85º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A46D08 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 8 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.36 |
| HSL | 38.85º | 0.91% | 0.34% | - |
| HSV(B) | 38.85º | 0.95% | 0.64% | - |
| XYZ | 20.82 | 18.85 | 2.77 | - |
| YUV | 113.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 8 | 0 | 0.34 | 0.95 | 0.36 | 38.85 | 0.91 | 0.34 |
| Hex | A4 | 6D | 8 | 0 | 22 | 5F | 24 | 27 | 5B | 22 |
| Octal | 244 | 155 | 10 | 0 | 42 | 137 | 44 | 47 | 133 | 42 |
| Binary | 10100100 | 1101101 | 1000 | 0 | 100010 | 1011111 | 100100 | 100111 | 1011011 | 100010 |
Color Harmonies of #A46D08
Complementary color
Monochromatic Colors of #A46D08
Black with #A46D08
Text Example
Text Example
White with #A46D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D08; }
p { color: rgb(164,109,8); }
H1.HeaderClassName
{
color: #A46D08;
}
.AnyTagClassName
{
color: #A46D08;
}
</style>
background-color css
<style>
a { background-color: #A46D08; }
a { background-color: rgb(164,109,8); }
div.DivClassName
{
background-color: #A46D08;
}
.BgClassName
{
background-color: #A46D08;
}
</style>
border-color css
<style>
span { border-color: #A46D08; }
span { border-color: rgb(164,109,8); }
td.TdClassName
{
border-color: #A46D08;
}
.TagClassName
{
border-color: #A46D08;
}
</style>