Shades of Golden Brown #A5640D
Tints of Golden Brown #A5640D
RGB
CMYK
RGB Variations
Color information
#A5640D (or 0xA5640D) is known color: Golden Brown. HEX triplet: A5, 64 and 0D. RGB value is (165,100,13). Sum of RGB (Red+Green+Blue) = 165+100+13=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5640D is #5A9BF2. Grayscale: #6D6D6D. Windows color (decimal): -5938163 or 877733. OLE color: 877733.
HSL color Cylindrical-coordinate representation of color #A5640D: hue angle of 34.34º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5640D is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 100 | 13 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.35 |
| HSL | 34.34º | 0.85% | 0.35% | - |
| HSV(B) | 34.34º | 0.92% | 0.65% | - |
| XYZ | 20.15 | 17.14 | 2.63 | - |
| YUV | 109.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 13 | 0 | 0.39 | 0.92 | 0.35 | 34.34 | 0.85 | 0.35 |
| Hex | A5 | 64 | D | 0 | 27 | 5C | 23 | 22 | 55 | 23 |
| Octal | 245 | 144 | 15 | 0 | 47 | 134 | 43 | 42 | 125 | 43 |
| Binary | 10100101 | 1100100 | 1101 | 0 | 100111 | 1011100 | 100011 | 100010 | 1010101 | 100011 |
Color Harmonies of #A5640D
Complementary color
Monochromatic Colors of #A5640D
Black with #A5640D
Text Example
Text Example
White with #A5640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5640D; }
p { color: rgb(165,100,13); }
H1.HeaderClassName
{
color: #A5640D;
}
.AnyTagClassName
{
color: #A5640D;
}
</style>
background-color css
<style>
a { background-color: #A5640D; }
a { background-color: rgb(165,100,13); }
div.DivClassName
{
background-color: #A5640D;
}
.BgClassName
{
background-color: #A5640D;
}
</style>
border-color css
<style>
span { border-color: #A5640D; }
span { border-color: rgb(165,100,13); }
td.TdClassName
{
border-color: #A5640D;
}
.TagClassName
{
border-color: #A5640D;
}
</style>