Shades of Golden Brown #A55F10
Tints of Golden Brown #A55F10
RGB
CMYK
RGB Variations
Color information
#A55F10 (or 0xA55F10) is known color: Golden Brown. HEX triplet: A5, 5F and 10. RGB value is (165,95,16). Sum of RGB (Red+Green+Blue) = 165+95+16=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F10 is #5AA0EF. Grayscale: #6B6B6B. Windows color (decimal): -5939440 or 1073061. OLE color: 1073061.
HSL color Cylindrical-coordinate representation of color #A55F10: hue angle of 31.81º 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 #A55F10 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 95 | 16 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.35 |
| HSL | 31.81º | 0.82% | 0.35% | - |
| HSV(B) | 31.81º | 0.9% | 0.65% | - |
| XYZ | 19.7 | 16.22 | 2.58 | - |
| YUV | 106.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 16 | 0 | 0.42 | 0.90 | 0.35 | 31.81 | 0.82 | 0.35 |
| Hex | A5 | 5F | 10 | 0 | 2A | 5A | 23 | 20 | 52 | 23 |
| Octal | 245 | 137 | 20 | 0 | 52 | 132 | 43 | 40 | 122 | 43 |
| Binary | 10100101 | 1011111 | 10000 | 0 | 101010 | 1011010 | 100011 | 100000 | 1010010 | 100011 |
Color Harmonies of #A55F10
Complementary color
Monochromatic Colors of #A55F10
Black with #A55F10
Text Example
Text Example
White with #A55F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55F10; }
p { color: rgb(165,95,16); }
H1.HeaderClassName
{
color: #A55F10;
}
.AnyTagClassName
{
color: #A55F10;
}
</style>
background-color css
<style>
a { background-color: #A55F10; }
a { background-color: rgb(165,95,16); }
div.DivClassName
{
background-color: #A55F10;
}
.BgClassName
{
background-color: #A55F10;
}
</style>
border-color css
<style>
span { border-color: #A55F10; }
span { border-color: rgb(165,95,16); }
td.TdClassName
{
border-color: #A55F10;
}
.TagClassName
{
border-color: #A55F10;
}
</style>