Shades of Golden Brown #A5611D
Tints of Golden Brown #A5611D
RGB
CMYK
RGB Variations
Color information
#A5611D (or 0xA5611D) is known color: Golden Brown. HEX triplet: A5, 61 and 1D. RGB value is (165,97,29). Sum of RGB (Red+Green+Blue) = 165+97+29=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5611D is #5A9EE2. Grayscale: #6D6D6D. Windows color (decimal): -5938915 or 1925541. OLE color: 1925541.
HSL color Cylindrical-coordinate representation of color #A5611D: hue angle of 30º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5611D is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 97 | 29 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.35 |
| HSL | 30º | 0.7% | 0.38% | - |
| HSV(B) | 30º | 0.82% | 0.65% | - |
| XYZ | 20.01 | 16.64 | 3.32 | - |
| YUV | 109.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 29 | 0 | 0.41 | 0.82 | 0.35 | 30 | 0.7 | 0.38 |
| Hex | A5 | 61 | 1D | 0 | 29 | 52 | 23 | 1E | 46 | 26 |
| Octal | 245 | 141 | 35 | 0 | 51 | 122 | 43 | 36 | 106 | 46 |
| Binary | 10100101 | 1100001 | 11101 | 0 | 101001 | 1010010 | 100011 | 11110 | 1000110 | 100110 |
Color Harmonies of #A5611D
Complementary color
Monochromatic Colors of #A5611D
Black with #A5611D
Text Example
Text Example
White with #A5611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5611D; }
p { color: rgb(165,97,29); }
H1.HeaderClassName
{
color: #A5611D;
}
.AnyTagClassName
{
color: #A5611D;
}
</style>
background-color css
<style>
a { background-color: #A5611D; }
a { background-color: rgb(165,97,29); }
div.DivClassName
{
background-color: #A5611D;
}
.BgClassName
{
background-color: #A5611D;
}
</style>
border-color css
<style>
span { border-color: #A5611D; }
span { border-color: rgb(165,97,29); }
td.TdClassName
{
border-color: #A5611D;
}
.TagClassName
{
border-color: #A5611D;
}
</style>