Shades of Golden Brown #A4620D
Tints of Golden Brown #A4620D
RGB
CMYK
RGB Variations
Color information
#A4620D (or 0xA4620D) is known color: Golden Brown. HEX triplet: A4, 62 and 0D. RGB value is (164,98,13). Sum of RGB (Red+Green+Blue) = 164+98+13=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4620D is #5B9DF2. Grayscale: #6C6C6C. Windows color (decimal): -6004211 or 877220. OLE color: 877220.
HSL color Cylindrical-coordinate representation of color #A4620D: hue angle of 33.77º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4620D is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 13 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.36 |
| HSL | 33.77º | 0.85% | 0.35% | - |
| HSV(B) | 33.77º | 0.92% | 0.64% | - |
| XYZ | 19.75 | 16.66 | 2.55 | - |
| YUV | 108.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 13 | 0 | 0.40 | 0.92 | 0.36 | 33.77 | 0.85 | 0.35 |
| Hex | A4 | 62 | D | 0 | 28 | 5C | 24 | 22 | 55 | 23 |
| Octal | 244 | 142 | 15 | 0 | 50 | 134 | 44 | 42 | 125 | 43 |
| Binary | 10100100 | 1100010 | 1101 | 0 | 101000 | 1011100 | 100100 | 100010 | 1010101 | 100011 |
Color Harmonies of #A4620D
Complementary color
Monochromatic Colors of #A4620D
Black with #A4620D
Text Example
Text Example
White with #A4620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4620D; }
p { color: rgb(164,98,13); }
H1.HeaderClassName
{
color: #A4620D;
}
.AnyTagClassName
{
color: #A4620D;
}
</style>
background-color css
<style>
a { background-color: #A4620D; }
a { background-color: rgb(164,98,13); }
div.DivClassName
{
background-color: #A4620D;
}
.BgClassName
{
background-color: #A4620D;
}
</style>
border-color css
<style>
span { border-color: #A4620D; }
span { border-color: rgb(164,98,13); }
td.TdClassName
{
border-color: #A4620D;
}
.TagClassName
{
border-color: #A4620D;
}
</style>