Shades of Golden Brown #A55F06
Tints of Golden Brown #A55F06
RGB
CMYK
RGB Variations
Color information
#A55F06 (or 0xA55F06) is known color: Golden Brown. HEX triplet: A5, 5F and 06. RGB value is (165,95,6). Sum of RGB (Red+Green+Blue) = 165+95+6=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F06 is #5AA0F9. Grayscale: #6A6A6A. Windows color (decimal): -5939450 or 417701. OLE color: 417701.
HSL color Cylindrical-coordinate representation of color #A55F06: hue angle of 33.58º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A55F06 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 95 | 6 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.35 |
| HSL | 33.58º | 0.93% | 0.34% | - |
| HSV(B) | 33.58º | 0.96% | 0.65% | - |
| XYZ | 19.64 | 16.2 | 2.26 | - |
| YUV | 105.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 6 | 0 | 0.42 | 0.96 | 0.35 | 33.58 | 0.93 | 0.34 |
| Hex | A5 | 5F | 6 | 0 | 2A | 60 | 23 | 22 | 5D | 22 |
| Octal | 245 | 137 | 6 | 0 | 52 | 140 | 43 | 42 | 135 | 42 |
| Binary | 10100101 | 1011111 | 110 | 0 | 101010 | 1100000 | 100011 | 100010 | 1011101 | 100010 |
Color Harmonies of #A55F06
Complementary color
Monochromatic Colors of #A55F06
Black with #A55F06
Text Example
Text Example
White with #A55F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55F06; }
p { color: rgb(165,95,6); }
H1.HeaderClassName
{
color: #A55F06;
}
.AnyTagClassName
{
color: #A55F06;
}
</style>
background-color css
<style>
a { background-color: #A55F06; }
a { background-color: rgb(165,95,6); }
div.DivClassName
{
background-color: #A55F06;
}
.BgClassName
{
background-color: #A55F06;
}
</style>
border-color css
<style>
span { border-color: #A55F06; }
span { border-color: rgb(165,95,6); }
td.TdClassName
{
border-color: #A55F06;
}
.TagClassName
{
border-color: #A55F06;
}
</style>