Shades of Golden Brown #A4690A
Tints of Golden Brown #A4690A
RGB
CMYK
RGB Variations
Color information
#A4690A (or 0xA4690A) is known color: Golden Brown. HEX triplet: A4, 69 and 0A. RGB value is (164,105,10). Sum of RGB (Red+Green+Blue) = 164+105+10=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4690A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4690A is #5B96F5. Grayscale: #707070. Windows color (decimal): -6002422 or 682404. OLE color: 682404.
HSL color Cylindrical-coordinate representation of color #A4690A: hue angle of 37.01º 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 #A4690A is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 105 | 10 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.36 |
| HSL | 37.01º | 0.89% | 0.34% | - |
| HSV(B) | 37.01º | 0.94% | 0.64% | - |
| XYZ | 20.42 | 18.02 | 2.69 | - |
| YUV | 111.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 10 | 0 | 0.36 | 0.94 | 0.36 | 37.01 | 0.89 | 0.34 |
| Hex | A4 | 69 | A | 0 | 24 | 5E | 24 | 25 | 59 | 22 |
| Octal | 244 | 151 | 12 | 0 | 44 | 136 | 44 | 45 | 131 | 42 |
| Binary | 10100100 | 1101001 | 1010 | 0 | 100100 | 1011110 | 100100 | 100101 | 1011001 | 100010 |
Color Harmonies of #A4690A
Complementary color
Monochromatic Colors of #A4690A
Black with #A4690A
Text Example
Text Example
White with #A4690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4690A; }
p { color: rgb(164,105,10); }
H1.HeaderClassName
{
color: #A4690A;
}
.AnyTagClassName
{
color: #A4690A;
}
</style>
background-color css
<style>
a { background-color: #A4690A; }
a { background-color: rgb(164,105,10); }
div.DivClassName
{
background-color: #A4690A;
}
.BgClassName
{
background-color: #A4690A;
}
</style>
border-color css
<style>
span { border-color: #A4690A; }
span { border-color: rgb(164,105,10); }
td.TdClassName
{
border-color: #A4690A;
}
.TagClassName
{
border-color: #A4690A;
}
</style>