Shades of Golden Brown #A75400
Tints of Golden Brown #A75400
RGB
CMYK
RGB Variations
Color information
#A75400 (or 0xA75400) is known color: Golden Brown. HEX triplet: A7, 54 and 00. RGB value is (167,84,0). Sum of RGB (Red+Green+Blue) = 167+84+0=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A75400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75400 is #58ABFF. Grayscale: #636363. Windows color (decimal): -5811200 or 21671. OLE color: 21671.
HSL color Cylindrical-coordinate representation of color #A75400: hue angle of 30.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A75400 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 84 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.35 |
| HSL | 30.18º | 1% | 0.33% | - |
| HSV(B) | 30.18º | 1% | 0.65% | - |
| XYZ | 19.11 | 14.56 | 1.8 | - |
| YUV | 99.24 | 72 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 0 | 0 | 0.50 | 1 | 0.35 | 30.18 | 1 | 0.33 |
| Hex | A7 | 54 | 0 | 0 | 32 | 64 | 23 | 1E | 64 | 21 |
| Octal | 247 | 124 | 0 | 0 | 62 | 144 | 43 | 36 | 144 | 41 |
| Binary | 10100111 | 1010100 | 0 | 0 | 110010 | 1100100 | 100011 | 11110 | 1100100 | 100001 |
Color Harmonies of #A75400
Complementary color
Monochromatic Colors of #A75400
Black with #A75400
Text Example
Text Example
White with #A75400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75400; }
p { color: rgb(167,84,0); }
H1.HeaderClassName
{
color: #A75400;
}
.AnyTagClassName
{
color: #A75400;
}
</style>
background-color css
<style>
a { background-color: #A75400; }
a { background-color: rgb(167,84,0); }
div.DivClassName
{
background-color: #A75400;
}
.BgClassName
{
background-color: #A75400;
}
</style>
border-color css
<style>
span { border-color: #A75400; }
span { border-color: rgb(167,84,0); }
td.TdClassName
{
border-color: #A75400;
}
.TagClassName
{
border-color: #A75400;
}
</style>