Shades of Golden Brown #A75A15
Tints of Golden Brown #A75A15
RGB
CMYK
RGB Variations
Color information
#A75A15 (or 0xA75A15) is known color: Golden Brown. HEX triplet: A7, 5A and 15. RGB value is (167,90,21). Sum of RGB (Red+Green+Blue) = 167+90+21=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75A15 is #58A5EA. Grayscale: #696969. Windows color (decimal): -5809643 or 1399463. OLE color: 1399463.
HSL color Cylindrical-coordinate representation of color #A75A15: hue angle of 28.36º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A75A15 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 21 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.35 |
| HSL | 28.36º | 0.78% | 0.37% | - |
| HSV(B) | 28.36º | 0.87% | 0.65% | - |
| XYZ | 19.73 | 15.58 | 2.68 | - |
| YUV | 105.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 21 | 0 | 0.46 | 0.87 | 0.35 | 28.36 | 0.78 | 0.37 |
| Hex | A7 | 5A | 15 | 0 | 2E | 57 | 23 | 1C | 4E | 25 |
| Octal | 247 | 132 | 25 | 0 | 56 | 127 | 43 | 34 | 116 | 45 |
| Binary | 10100111 | 1011010 | 10101 | 0 | 101110 | 1010111 | 100011 | 11100 | 1001110 | 100101 |
Color Harmonies of #A75A15
Complementary color
Monochromatic Colors of #A75A15
Black with #A75A15
Text Example
Text Example
White with #A75A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A15; }
p { color: rgb(167,90,21); }
H1.HeaderClassName
{
color: #A75A15;
}
.AnyTagClassName
{
color: #A75A15;
}
</style>
background-color css
<style>
a { background-color: #A75A15; }
a { background-color: rgb(167,90,21); }
div.DivClassName
{
background-color: #A75A15;
}
.BgClassName
{
background-color: #A75A15;
}
</style>
border-color css
<style>
span { border-color: #A75A15; }
span { border-color: rgb(167,90,21); }
td.TdClassName
{
border-color: #A75A15;
}
.TagClassName
{
border-color: #A75A15;
}
</style>