Shades of Golden Brown #A4621B
Tints of Golden Brown #A4621B
RGB
CMYK
RGB Variations
Color information
#A4621B (or 0xA4621B) is known color: Golden Brown. HEX triplet: A4, 62 and 1B. RGB value is (164,98,27). Sum of RGB (Red+Green+Blue) = 164+98+27=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A4621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4621B is #5B9DE4. Grayscale: #6D6D6D. Windows color (decimal): -6004197 or 1794724. OLE color: 1794724.
HSL color Cylindrical-coordinate representation of color #A4621B: hue angle of 31.09º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4621B is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 27 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.36 |
| HSL | 31.09º | 0.72% | 0.37% | - |
| HSV(B) | 31.09º | 0.84% | 0.64% | - |
| XYZ | 19.88 | 16.71 | 3.21 | - |
| YUV | 109.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 27 | 0 | 0.40 | 0.84 | 0.36 | 31.09 | 0.72 | 0.37 |
| Hex | A4 | 62 | 1B | 0 | 28 | 54 | 24 | 1F | 48 | 25 |
| Octal | 244 | 142 | 33 | 0 | 50 | 124 | 44 | 37 | 110 | 45 |
| Binary | 10100100 | 1100010 | 11011 | 0 | 101000 | 1010100 | 100100 | 11111 | 1001000 | 100101 |
Color Harmonies of #A4621B
Complementary color
Monochromatic Colors of #A4621B
Black with #A4621B
Text Example
Text Example
White with #A4621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4621B; }
p { color: rgb(164,98,27); }
H1.HeaderClassName
{
color: #A4621B;
}
.AnyTagClassName
{
color: #A4621B;
}
</style>
background-color css
<style>
a { background-color: #A4621B; }
a { background-color: rgb(164,98,27); }
div.DivClassName
{
background-color: #A4621B;
}
.BgClassName
{
background-color: #A4621B;
}
</style>
border-color css
<style>
span { border-color: #A4621B; }
span { border-color: rgb(164,98,27); }
td.TdClassName
{
border-color: #A4621B;
}
.TagClassName
{
border-color: #A4621B;
}
</style>