Shades of Golden Brown #A07501
Tints of Golden Brown #A07501
RGB
CMYK
RGB Variations
Color information
#A07501 (or 0xA07501) is known color: Golden Brown. HEX triplet: A0, 75 and 01. RGB value is (160,117,1). Sum of RGB (Red+Green+Blue) = 160+117+1=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A07501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07501 is #5F8AFE. Grayscale: #757575. Windows color (decimal): -6261503 or 95648. OLE color: 95648.
HSL color Cylindrical-coordinate representation of color #A07501: hue angle of 43.77º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A07501 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.37 |
| HSL | 43.77º | 0.99% | 0.32% | - |
| HSV(B) | 43.77º | 0.99% | 0.63% | - |
| XYZ | 20.86 | 20.2 | 2.83 | - |
| YUV | 116.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 1 | 0 | 0.27 | 0.99 | 0.37 | 43.77 | 0.99 | 0.32 |
| Hex | A0 | 75 | 1 | 0 | 1B | 63 | 25 | 2C | 63 | 20 |
| Octal | 240 | 165 | 1 | 0 | 33 | 143 | 45 | 54 | 143 | 40 |
| Binary | 10100000 | 1110101 | 1 | 0 | 11011 | 1100011 | 100101 | 101100 | 1100011 | 100000 |
Color Harmonies of #A07501
Complementary color
Monochromatic Colors of #A07501
Black with #A07501
Text Example
Text Example
White with #A07501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07501; }
p { color: rgb(160,117,1); }
H1.HeaderClassName
{
color: #A07501;
}
.AnyTagClassName
{
color: #A07501;
}
</style>
background-color css
<style>
a { background-color: #A07501; }
a { background-color: rgb(160,117,1); }
div.DivClassName
{
background-color: #A07501;
}
.BgClassName
{
background-color: #A07501;
}
</style>
border-color css
<style>
span { border-color: #A07501; }
span { border-color: rgb(160,117,1); }
td.TdClassName
{
border-color: #A07501;
}
.TagClassName
{
border-color: #A07501;
}
</style>