Shades of Golden Brown #A45701
Tints of Golden Brown #A45701
RGB
CMYK
RGB Variations
Color information
#A45701 (or 0xA45701) is known color: Golden Brown. HEX triplet: A4, 57 and 01. RGB value is (164,87,1). Sum of RGB (Red+Green+Blue) = 164+87+1=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A45701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45701 is #5BA8FE. Grayscale: #646464. Windows color (decimal): -6007039 or 87972. OLE color: 87972.
HSL color Cylindrical-coordinate representation of color #A45701: hue angle of 31.66º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A45701 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 87 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.36 |
| HSL | 31.66º | 0.99% | 0.32% | - |
| HSV(B) | 31.66º | 0.99% | 0.64% | - |
| XYZ | 18.72 | 14.71 | 1.88 | - |
| YUV | 100.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 1 | 0 | 0.47 | 0.99 | 0.36 | 31.66 | 0.99 | 0.32 |
| Hex | A4 | 57 | 1 | 0 | 2F | 63 | 24 | 20 | 63 | 20 |
| Octal | 244 | 127 | 1 | 0 | 57 | 143 | 44 | 40 | 143 | 40 |
| Binary | 10100100 | 1010111 | 1 | 0 | 101111 | 1100011 | 100100 | 100000 | 1100011 | 100000 |
Color Harmonies of #A45701
Complementary color
Monochromatic Colors of #A45701
Black with #A45701
Text Example
Text Example
White with #A45701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45701; }
p { color: rgb(164,87,1); }
H1.HeaderClassName
{
color: #A45701;
}
.AnyTagClassName
{
color: #A45701;
}
</style>
background-color css
<style>
a { background-color: #A45701; }
a { background-color: rgb(164,87,1); }
div.DivClassName
{
background-color: #A45701;
}
.BgClassName
{
background-color: #A45701;
}
</style>
border-color css
<style>
span { border-color: #A45701; }
span { border-color: rgb(164,87,1); }
td.TdClassName
{
border-color: #A45701;
}
.TagClassName
{
border-color: #A45701;
}
</style>