Shades of Golden Brown #A25B0D
Tints of Golden Brown #A25B0D
RGB
CMYK
RGB Variations
Color information
#A25B0D (or 0xA25B0D) is known color: Golden Brown. HEX triplet: A2, 5B and 0D. RGB value is (162,91,13). Sum of RGB (Red+Green+Blue) = 162+91+13=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25B0D is #5DA4F2. Grayscale: #676767. Windows color (decimal): -6137075 or 875426. OLE color: 875426.
HSL color Cylindrical-coordinate representation of color #A25B0D: hue angle of 31.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A25B0D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 13 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.36 |
| HSL | 31.41º | 0.85% | 0.34% | - |
| HSV(B) | 31.41º | 0.92% | 0.64% | - |
| XYZ | 18.71 | 15.19 | 2.33 | - |
| YUV | 103.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 13 | 0 | 0.44 | 0.92 | 0.36 | 31.41 | 0.85 | 0.34 |
| Hex | A2 | 5B | D | 0 | 2C | 5C | 24 | 1F | 55 | 22 |
| Octal | 242 | 133 | 15 | 0 | 54 | 134 | 44 | 37 | 125 | 42 |
| Binary | 10100010 | 1011011 | 1101 | 0 | 101100 | 1011100 | 100100 | 11111 | 1010101 | 100010 |
Color Harmonies of #A25B0D
Complementary color
Monochromatic Colors of #A25B0D
Black with #A25B0D
Text Example
Text Example
White with #A25B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B0D; }
p { color: rgb(162,91,13); }
H1.HeaderClassName
{
color: #A25B0D;
}
.AnyTagClassName
{
color: #A25B0D;
}
</style>
background-color css
<style>
a { background-color: #A25B0D; }
a { background-color: rgb(162,91,13); }
div.DivClassName
{
background-color: #A25B0D;
}
.BgClassName
{
background-color: #A25B0D;
}
</style>
border-color css
<style>
span { border-color: #A25B0D; }
span { border-color: rgb(162,91,13); }
td.TdClassName
{
border-color: #A25B0D;
}
.TagClassName
{
border-color: #A25B0D;
}
</style>