Shades of Golden Brown #A55F11
Tints of Golden Brown #A55F11
RGB
CMYK
RGB Variations
Color information
#A55F11 (or 0xA55F11) is known color: Golden Brown. HEX triplet: A5, 5F and 11. RGB value is (165,95,17). Sum of RGB (Red+Green+Blue) = 165+95+17=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F11 is #5AA0EE. Grayscale: #6B6B6B. Windows color (decimal): -5939439 or 1138597. OLE color: 1138597.
HSL color Cylindrical-coordinate representation of color #A55F11: hue angle of 31.62º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A55F11 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 95 | 17 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.35 |
| HSL | 31.62º | 0.81% | 0.36% | - |
| HSV(B) | 31.62º | 0.9% | 0.65% | - |
| XYZ | 19.71 | 16.22 | 2.62 | - |
| YUV | 107.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 17 | 0 | 0.42 | 0.90 | 0.35 | 31.62 | 0.81 | 0.36 |
| Hex | A5 | 5F | 11 | 0 | 2A | 5A | 23 | 20 | 51 | 24 |
| Octal | 245 | 137 | 21 | 0 | 52 | 132 | 43 | 40 | 121 | 44 |
| Binary | 10100101 | 1011111 | 10001 | 0 | 101010 | 1011010 | 100011 | 100000 | 1010001 | 100100 |
Color Harmonies of #A55F11
Complementary color
Monochromatic Colors of #A55F11
Black with #A55F11
Text Example
Text Example
White with #A55F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55F11; }
p { color: rgb(165,95,17); }
H1.HeaderClassName
{
color: #A55F11;
}
.AnyTagClassName
{
color: #A55F11;
}
</style>
background-color css
<style>
a { background-color: #A55F11; }
a { background-color: rgb(165,95,17); }
div.DivClassName
{
background-color: #A55F11;
}
.BgClassName
{
background-color: #A55F11;
}
</style>
border-color css
<style>
span { border-color: #A55F11; }
span { border-color: rgb(165,95,17); }
td.TdClassName
{
border-color: #A55F11;
}
.TagClassName
{
border-color: #A55F11;
}
</style>