Shades of Golden Brown #A55403
Tints of Golden Brown #A55403
RGB
CMYK
RGB Variations
Color information
#A55403 (or 0xA55403) is known color: Golden Brown. HEX triplet: A5, 54 and 03. RGB value is (165,84,3). Sum of RGB (Red+Green+Blue) = 165+84+3=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A55403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55403 is #5AABFC. Grayscale: #636363. Windows color (decimal): -5942269 or 218277. OLE color: 218277.
HSL color Cylindrical-coordinate representation of color #A55403: hue angle of 30º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A55403 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 3 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.35 |
| HSL | 30º | 0.96% | 0.33% | - |
| HSV(B) | 30º | 0.98% | 0.65% | - |
| XYZ | 18.7 | 14.35 | 1.87 | - |
| YUV | 98.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 3 | 0 | 0.49 | 0.98 | 0.35 | 30 | 0.96 | 0.33 |
| Hex | A5 | 54 | 3 | 0 | 31 | 62 | 23 | 1E | 60 | 21 |
| Octal | 245 | 124 | 3 | 0 | 61 | 142 | 43 | 36 | 140 | 41 |
| Binary | 10100101 | 1010100 | 11 | 0 | 110001 | 1100010 | 100011 | 11110 | 1100000 | 100001 |
Color Harmonies of #A55403
Complementary color
Monochromatic Colors of #A55403
Black with #A55403
Text Example
Text Example
White with #A55403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55403; }
p { color: rgb(165,84,3); }
H1.HeaderClassName
{
color: #A55403;
}
.AnyTagClassName
{
color: #A55403;
}
</style>
background-color css
<style>
a { background-color: #A55403; }
a { background-color: rgb(165,84,3); }
div.DivClassName
{
background-color: #A55403;
}
.BgClassName
{
background-color: #A55403;
}
</style>
border-color css
<style>
span { border-color: #A55403; }
span { border-color: rgb(165,84,3); }
td.TdClassName
{
border-color: #A55403;
}
.TagClassName
{
border-color: #A55403;
}
</style>