Shades of Golden Brown #A55C17
Tints of Golden Brown #A55C17
RGB
CMYK
RGB Variations
Color information
#A55C17 (or 0xA55C17) is known color: Golden Brown. HEX triplet: A5, 5C and 17. RGB value is (165,92,23). Sum of RGB (Red+Green+Blue) = 165+92+23=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C17 is #5AA3E8. Grayscale: #6A6A6A. Windows color (decimal): -5940201 or 1531045. OLE color: 1531045.
HSL color Cylindrical-coordinate representation of color #A55C17: hue angle of 29.15º 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 #A55C17 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 92 | 23 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.35 |
| HSL | 29.15º | 0.76% | 0.37% | - |
| HSV(B) | 29.15º | 0.86% | 0.65% | - |
| XYZ | 19.5 | 15.72 | 2.82 | - |
| YUV | 105.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 23 | 0 | 0.44 | 0.86 | 0.35 | 29.15 | 0.76 | 0.37 |
| Hex | A5 | 5C | 17 | 0 | 2C | 56 | 23 | 1D | 4C | 25 |
| Octal | 245 | 134 | 27 | 0 | 54 | 126 | 43 | 35 | 114 | 45 |
| Binary | 10100101 | 1011100 | 10111 | 0 | 101100 | 1010110 | 100011 | 11101 | 1001100 | 100101 |
Color Harmonies of #A55C17
Complementary color
Monochromatic Colors of #A55C17
Black with #A55C17
Text Example
Text Example
White with #A55C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55C17; }
p { color: rgb(165,92,23); }
H1.HeaderClassName
{
color: #A55C17;
}
.AnyTagClassName
{
color: #A55C17;
}
</style>
background-color css
<style>
a { background-color: #A55C17; }
a { background-color: rgb(165,92,23); }
div.DivClassName
{
background-color: #A55C17;
}
.BgClassName
{
background-color: #A55C17;
}
</style>
border-color css
<style>
span { border-color: #A55C17; }
span { border-color: rgb(165,92,23); }
td.TdClassName
{
border-color: #A55C17;
}
.TagClassName
{
border-color: #A55C17;
}
</style>