Shades of Golden Brown #A57008
Tints of Golden Brown #A57008
RGB
CMYK
RGB Variations
Color information
#A57008 (or 0xA57008) is known color: Golden Brown. HEX triplet: A5, 70 and 08. RGB value is (165,112,8). Sum of RGB (Red+Green+Blue) = 165+112+8=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A57008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57008 is #5A8FF7. Grayscale: #747474. Windows color (decimal): -5935096 or 553125. OLE color: 553125.
HSL color Cylindrical-coordinate representation of color #A57008: hue angle of 39.75º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A57008 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 8 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.35 |
| HSL | 39.75º | 0.91% | 0.34% | - |
| HSV(B) | 39.75º | 0.95% | 0.65% | - |
| XYZ | 21.36 | 19.61 | 2.89 | - |
| YUV | 115.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 8 | 0 | 0.32 | 0.95 | 0.35 | 39.75 | 0.91 | 0.34 |
| Hex | A5 | 70 | 8 | 0 | 20 | 5F | 23 | 28 | 5B | 22 |
| Octal | 245 | 160 | 10 | 0 | 40 | 137 | 43 | 50 | 133 | 42 |
| Binary | 10100101 | 1110000 | 1000 | 0 | 100000 | 1011111 | 100011 | 101000 | 1011011 | 100010 |
Color Harmonies of #A57008
Complementary color
Monochromatic Colors of #A57008
Black with #A57008
Text Example
Text Example
White with #A57008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57008; }
p { color: rgb(165,112,8); }
H1.HeaderClassName
{
color: #A57008;
}
.AnyTagClassName
{
color: #A57008;
}
</style>
background-color css
<style>
a { background-color: #A57008; }
a { background-color: rgb(165,112,8); }
div.DivClassName
{
background-color: #A57008;
}
.BgClassName
{
background-color: #A57008;
}
</style>
border-color css
<style>
span { border-color: #A57008; }
span { border-color: rgb(165,112,8); }
td.TdClassName
{
border-color: #A57008;
}
.TagClassName
{
border-color: #A57008;
}
</style>