Shades of Golden Brown #A4610A
Tints of Golden Brown #A4610A
RGB
CMYK
RGB Variations
Color information
#A4610A (or 0xA4610A) is known color: Golden Brown. HEX triplet: A4, 61 and 0A. RGB value is (164,97,10). Sum of RGB (Red+Green+Blue) = 164+97+10=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A4610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4610A is #5B9EF5. Grayscale: #6B6B6B. Windows color (decimal): -6004470 or 680356. OLE color: 680356.
HSL color Cylindrical-coordinate representation of color #A4610A: hue angle of 33.9º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4610A is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 97 | 10 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.36 |
| HSL | 33.9º | 0.89% | 0.34% | - |
| HSV(B) | 33.9º | 0.94% | 0.64% | - |
| XYZ | 19.64 | 16.46 | 2.43 | - |
| YUV | 107.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 10 | 0 | 0.41 | 0.94 | 0.36 | 33.9 | 0.89 | 0.34 |
| Hex | A4 | 61 | A | 0 | 29 | 5E | 24 | 22 | 59 | 22 |
| Octal | 244 | 141 | 12 | 0 | 51 | 136 | 44 | 42 | 131 | 42 |
| Binary | 10100100 | 1100001 | 1010 | 0 | 101001 | 1011110 | 100100 | 100010 | 1011001 | 100010 |
Color Harmonies of #A4610A
Complementary color
Monochromatic Colors of #A4610A
Black with #A4610A
Text Example
Text Example
White with #A4610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4610A; }
p { color: rgb(164,97,10); }
H1.HeaderClassName
{
color: #A4610A;
}
.AnyTagClassName
{
color: #A4610A;
}
</style>
background-color css
<style>
a { background-color: #A4610A; }
a { background-color: rgb(164,97,10); }
div.DivClassName
{
background-color: #A4610A;
}
.BgClassName
{
background-color: #A4610A;
}
</style>
border-color css
<style>
span { border-color: #A4610A; }
span { border-color: rgb(164,97,10); }
td.TdClassName
{
border-color: #A4610A;
}
.TagClassName
{
border-color: #A4610A;
}
</style>