Shades of Golden Brown #A8570B
Tints of Golden Brown #A8570B
RGB
CMYK
RGB Variations
Color information
#A8570B (or 0xA8570B) is known color: Golden Brown. HEX triplet: A8, 57 and 0B. RGB value is (168,87,11). Sum of RGB (Red+Green+Blue) = 168+87+11=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8570B is #57A8F4. Grayscale: #666666. Windows color (decimal): -5744885 or 743336. OLE color: 743336.
HSL color Cylindrical-coordinate representation of color #A8570B: hue angle of 29.04º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8570B is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 11 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.34 |
| HSL | 29.04º | 0.88% | 0.35% | - |
| HSV(B) | 29.04º | 0.93% | 0.66% | - |
| XYZ | 19.62 | 15.17 | 2.21 | - |
| YUV | 102.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 11 | 0 | 0.48 | 0.93 | 0.34 | 29.04 | 0.88 | 0.35 |
| Hex | A8 | 57 | B | 0 | 30 | 5D | 22 | 1D | 58 | 23 |
| Octal | 250 | 127 | 13 | 0 | 60 | 135 | 42 | 35 | 130 | 43 |
| Binary | 10101000 | 1010111 | 1011 | 0 | 110000 | 1011101 | 100010 | 11101 | 1011000 | 100011 |
Color Harmonies of #A8570B
Complementary color
Monochromatic Colors of #A8570B
Black with #A8570B
Text Example
Text Example
White with #A8570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8570B; }
p { color: rgb(168,87,11); }
H1.HeaderClassName
{
color: #A8570B;
}
.AnyTagClassName
{
color: #A8570B;
}
</style>
background-color css
<style>
a { background-color: #A8570B; }
a { background-color: rgb(168,87,11); }
div.DivClassName
{
background-color: #A8570B;
}
.BgClassName
{
background-color: #A8570B;
}
</style>
border-color css
<style>
span { border-color: #A8570B; }
span { border-color: rgb(168,87,11); }
td.TdClassName
{
border-color: #A8570B;
}
.TagClassName
{
border-color: #A8570B;
}
</style>