Shades of Golden Brown #A55A17
Tints of Golden Brown #A55A17
RGB
CMYK
RGB Variations
Color information
#A55A17 (or 0xA55A17) is known color: Golden Brown. HEX triplet: A5, 5A and 17. RGB value is (165,90,23). Sum of RGB (Red+Green+Blue) = 165+90+23=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A17 is #5AA5E8. Grayscale: #696969. Windows color (decimal): -5940713 or 1530533. OLE color: 1530533.
HSL color Cylindrical-coordinate representation of color #A55A17: hue angle of 28.31º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A55A17 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 23 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.35 |
| HSL | 28.31º | 0.76% | 0.37% | - |
| HSV(B) | 28.31º | 0.86% | 0.65% | - |
| XYZ | 19.33 | 15.37 | 2.76 | - |
| YUV | 104.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 23 | 0 | 0.45 | 0.86 | 0.35 | 28.31 | 0.76 | 0.37 |
| Hex | A5 | 5A | 17 | 0 | 2D | 56 | 23 | 1C | 4C | 25 |
| Octal | 245 | 132 | 27 | 0 | 55 | 126 | 43 | 34 | 114 | 45 |
| Binary | 10100101 | 1011010 | 10111 | 0 | 101101 | 1010110 | 100011 | 11100 | 1001100 | 100101 |
Color Harmonies of #A55A17
Complementary color
Monochromatic Colors of #A55A17
Black with #A55A17
Text Example
Text Example
White with #A55A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A17; }
p { color: rgb(165,90,23); }
H1.HeaderClassName
{
color: #A55A17;
}
.AnyTagClassName
{
color: #A55A17;
}
</style>
background-color css
<style>
a { background-color: #A55A17; }
a { background-color: rgb(165,90,23); }
div.DivClassName
{
background-color: #A55A17;
}
.BgClassName
{
background-color: #A55A17;
}
</style>
border-color css
<style>
span { border-color: #A55A17; }
span { border-color: rgb(165,90,23); }
td.TdClassName
{
border-color: #A55A17;
}
.TagClassName
{
border-color: #A55A17;
}
</style>