Shades of Golden Brown #A46008
Tints of Golden Brown #A46008
RGB
CMYK
RGB Variations
Color information
#A46008 (or 0xA46008) is known color: Golden Brown. HEX triplet: A4, 60 and 08. RGB value is (164,96,8). Sum of RGB (Red+Green+Blue) = 164+96+8=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A46008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46008 is #5B9FF7. Grayscale: #6A6A6A. Windows color (decimal): -6004728 or 549028. OLE color: 549028.
HSL color Cylindrical-coordinate representation of color #A46008: hue angle of 33.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 #A46008 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 8 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.36 |
| HSL | 33.85º | 0.91% | 0.34% | - |
| HSV(B) | 33.85º | 0.95% | 0.64% | - |
| XYZ | 19.54 | 16.28 | 2.34 | - |
| YUV | 106.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 8 | 0 | 0.41 | 0.95 | 0.36 | 33.85 | 0.91 | 0.34 |
| Hex | A4 | 60 | 8 | 0 | 29 | 5F | 24 | 22 | 5B | 22 |
| Octal | 244 | 140 | 10 | 0 | 51 | 137 | 44 | 42 | 133 | 42 |
| Binary | 10100100 | 1100000 | 1000 | 0 | 101001 | 1011111 | 100100 | 100010 | 1011011 | 100010 |
Color Harmonies of #A46008
Complementary color
Monochromatic Colors of #A46008
Black with #A46008
Text Example
Text Example
White with #A46008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46008; }
p { color: rgb(164,96,8); }
H1.HeaderClassName
{
color: #A46008;
}
.AnyTagClassName
{
color: #A46008;
}
</style>
background-color css
<style>
a { background-color: #A46008; }
a { background-color: rgb(164,96,8); }
div.DivClassName
{
background-color: #A46008;
}
.BgClassName
{
background-color: #A46008;
}
</style>
border-color css
<style>
span { border-color: #A46008; }
span { border-color: rgb(164,96,8); }
td.TdClassName
{
border-color: #A46008;
}
.TagClassName
{
border-color: #A46008;
}
</style>