Shades of Golden Brown #A55401
Tints of Golden Brown #A55401
RGB
CMYK
RGB Variations
Color information
#A55401 (or 0xA55401) is known color: Golden Brown. HEX triplet: A5, 54 and 01. RGB value is (165,84,1). Sum of RGB (Red+Green+Blue) = 165+84+1=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A55401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55401 is #5AABFE. Grayscale: #636363. Windows color (decimal): -5942271 or 87205. OLE color: 87205.
HSL color Cylindrical-coordinate representation of color #A55401: hue angle of 30.37º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A55401 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.35 |
| HSL | 30.37º | 0.99% | 0.33% | - |
| HSV(B) | 30.37º | 0.99% | 0.65% | - |
| XYZ | 18.69 | 14.34 | 1.81 | - |
| YUV | 98.76 | 72.84 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 1 | 0 | 0.49 | 0.99 | 0.35 | 30.37 | 0.99 | 0.33 |
| Hex | A5 | 54 | 1 | 0 | 31 | 63 | 23 | 1E | 63 | 21 |
| Octal | 245 | 124 | 1 | 0 | 61 | 143 | 43 | 36 | 143 | 41 |
| Binary | 10100101 | 1010100 | 1 | 0 | 110001 | 1100011 | 100011 | 11110 | 1100011 | 100001 |
Color Harmonies of #A55401
Complementary color
Monochromatic Colors of #A55401
Black with #A55401
Text Example
Text Example
White with #A55401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55401; }
p { color: rgb(165,84,1); }
H1.HeaderClassName
{
color: #A55401;
}
.AnyTagClassName
{
color: #A55401;
}
</style>
background-color css
<style>
a { background-color: #A55401; }
a { background-color: rgb(165,84,1); }
div.DivClassName
{
background-color: #A55401;
}
.BgClassName
{
background-color: #A55401;
}
</style>
border-color css
<style>
span { border-color: #A55401; }
span { border-color: rgb(165,84,1); }
td.TdClassName
{
border-color: #A55401;
}
.TagClassName
{
border-color: #A55401;
}
</style>