Shades of Golden Brown #A55C0B
Tints of Golden Brown #A55C0B
RGB
CMYK
RGB Variations
Color information
#A55C0B (or 0xA55C0B) is known color: Golden Brown. HEX triplet: A5, 5C and 0B. RGB value is (165,92,11). Sum of RGB (Red+Green+Blue) = 165+92+11=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C0B is #5AA3F4. Grayscale: #686868. Windows color (decimal): -5940213 or 744613. OLE color: 744613.
HSL color Cylindrical-coordinate representation of color #A55C0B: hue angle of 31.56º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A55C0B is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 92 | 11 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.35 |
| HSL | 31.56º | 0.88% | 0.35% | - |
| HSV(B) | 31.56º | 0.93% | 0.65% | - |
| XYZ | 19.4 | 15.68 | 2.32 | - |
| YUV | 104.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 11 | 0 | 0.44 | 0.93 | 0.35 | 31.56 | 0.88 | 0.35 |
| Hex | A5 | 5C | B | 0 | 2C | 5D | 23 | 20 | 58 | 23 |
| Octal | 245 | 134 | 13 | 0 | 54 | 135 | 43 | 40 | 130 | 43 |
| Binary | 10100101 | 1011100 | 1011 | 0 | 101100 | 1011101 | 100011 | 100000 | 1011000 | 100011 |
Color Harmonies of #A55C0B
Complementary color
Monochromatic Colors of #A55C0B
Black with #A55C0B
Text Example
Text Example
White with #A55C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55C0B; }
p { color: rgb(165,92,11); }
H1.HeaderClassName
{
color: #A55C0B;
}
.AnyTagClassName
{
color: #A55C0B;
}
</style>
background-color css
<style>
a { background-color: #A55C0B; }
a { background-color: rgb(165,92,11); }
div.DivClassName
{
background-color: #A55C0B;
}
.BgClassName
{
background-color: #A55C0B;
}
</style>
border-color css
<style>
span { border-color: #A55C0B; }
span { border-color: rgb(165,92,11); }
td.TdClassName
{
border-color: #A55C0B;
}
.TagClassName
{
border-color: #A55C0B;
}
</style>