Shades of Golden Brown #A5570B
Tints of Golden Brown #A5570B
RGB
CMYK
RGB Variations
Color information
#A5570B (or 0xA5570B) is known color: Golden Brown. HEX triplet: A5, 57 and 0B. RGB value is (165,87,11). Sum of RGB (Red+Green+Blue) = 165+87+11=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5570B is #5AA8F4. Grayscale: #666666. Windows color (decimal): -5941493 or 743333. OLE color: 743333.
HSL color Cylindrical-coordinate representation of color #A5570B: hue angle of 29.61º 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 #A5570B is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 11 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.35 |
| HSL | 29.61º | 0.88% | 0.35% | - |
| HSV(B) | 29.61º | 0.93% | 0.65% | - |
| XYZ | 18.99 | 14.84 | 2.18 | - |
| YUV | 101.66 | 76.84 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 11 | 0 | 0.47 | 0.93 | 0.35 | 29.61 | 0.88 | 0.35 |
| Hex | A5 | 57 | B | 0 | 2F | 5D | 23 | 1E | 58 | 23 |
| Octal | 245 | 127 | 13 | 0 | 57 | 135 | 43 | 36 | 130 | 43 |
| Binary | 10100101 | 1010111 | 1011 | 0 | 101111 | 1011101 | 100011 | 11110 | 1011000 | 100011 |
Color Harmonies of #A5570B
Complementary color
Monochromatic Colors of #A5570B
Black with #A5570B
Text Example
Text Example
White with #A5570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5570B; }
p { color: rgb(165,87,11); }
H1.HeaderClassName
{
color: #A5570B;
}
.AnyTagClassName
{
color: #A5570B;
}
</style>
background-color css
<style>
a { background-color: #A5570B; }
a { background-color: rgb(165,87,11); }
div.DivClassName
{
background-color: #A5570B;
}
.BgClassName
{
background-color: #A5570B;
}
</style>
border-color css
<style>
span { border-color: #A5570B; }
span { border-color: rgb(165,87,11); }
td.TdClassName
{
border-color: #A5570B;
}
.TagClassName
{
border-color: #A5570B;
}
</style>