Shades of Golden Brown #A55D19
Tints of Golden Brown #A55D19
RGB
CMYK
RGB Variations
Color information
#A55D19 (or 0xA55D19) is known color: Golden Brown. HEX triplet: A5, 5D and 19. RGB value is (165,93,25). Sum of RGB (Red+Green+Blue) = 165+93+25=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55D19 is #5AA2E6. Grayscale: #6B6B6B. Windows color (decimal): -5939943 or 1662373. OLE color: 1662373.
HSL color Cylindrical-coordinate representation of color #A55D19: hue angle of 29.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A55D19 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 25 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.35 |
| HSL | 29.14º | 0.74% | 0.37% | - |
| HSV(B) | 29.14º | 0.85% | 0.65% | - |
| XYZ | 19.61 | 15.9 | 2.95 | - |
| YUV | 106.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 25 | 0 | 0.44 | 0.85 | 0.35 | 29.14 | 0.74 | 0.37 |
| Hex | A5 | 5D | 19 | 0 | 2C | 55 | 23 | 1D | 4A | 25 |
| Octal | 245 | 135 | 31 | 0 | 54 | 125 | 43 | 35 | 112 | 45 |
| Binary | 10100101 | 1011101 | 11001 | 0 | 101100 | 1010101 | 100011 | 11101 | 1001010 | 100101 |
Color Harmonies of #A55D19
Complementary color
Monochromatic Colors of #A55D19
Black with #A55D19
Text Example
Text Example
White with #A55D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D19; }
p { color: rgb(165,93,25); }
H1.HeaderClassName
{
color: #A55D19;
}
.AnyTagClassName
{
color: #A55D19;
}
</style>
background-color css
<style>
a { background-color: #A55D19; }
a { background-color: rgb(165,93,25); }
div.DivClassName
{
background-color: #A55D19;
}
.BgClassName
{
background-color: #A55D19;
}
</style>
border-color css
<style>
span { border-color: #A55D19; }
span { border-color: rgb(165,93,25); }
td.TdClassName
{
border-color: #A55D19;
}
.TagClassName
{
border-color: #A55D19;
}
</style>