Shades of Golden Brown #A55C10
Tints of Golden Brown #A55C10
RGB
CMYK
RGB Variations
Color information
#A55C10 (or 0xA55C10) is known color: Golden Brown. HEX triplet: A5, 5C and 10. RGB value is (165,92,16). Sum of RGB (Red+Green+Blue) = 165+92+16=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C10 is #5AA3EF. Grayscale: #696969. Windows color (decimal): -5940208 or 1072293. OLE color: 1072293.
HSL color Cylindrical-coordinate representation of color #A55C10: hue angle of 30.6º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A55C10 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 92 | 16 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.35 |
| HSL | 30.6º | 0.82% | 0.35% | - |
| HSV(B) | 30.6º | 0.9% | 0.65% | - |
| XYZ | 19.44 | 15.69 | 2.49 | - |
| YUV | 105.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 16 | 0 | 0.44 | 0.90 | 0.35 | 30.6 | 0.82 | 0.35 |
| Hex | A5 | 5C | 10 | 0 | 2C | 5A | 23 | 1F | 52 | 23 |
| Octal | 245 | 134 | 20 | 0 | 54 | 132 | 43 | 37 | 122 | 43 |
| Binary | 10100101 | 1011100 | 10000 | 0 | 101100 | 1011010 | 100011 | 11111 | 1010010 | 100011 |
Color Harmonies of #A55C10
Complementary color
Monochromatic Colors of #A55C10
Black with #A55C10
Text Example
Text Example
White with #A55C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55C10; }
p { color: rgb(165,92,16); }
H1.HeaderClassName
{
color: #A55C10;
}
.AnyTagClassName
{
color: #A55C10;
}
</style>
background-color css
<style>
a { background-color: #A55C10; }
a { background-color: rgb(165,92,16); }
div.DivClassName
{
background-color: #A55C10;
}
.BgClassName
{
background-color: #A55C10;
}
</style>
border-color css
<style>
span { border-color: #A55C10; }
span { border-color: rgb(165,92,16); }
td.TdClassName
{
border-color: #A55C10;
}
.TagClassName
{
border-color: #A55C10;
}
</style>