Shades of Golden Brown #A4600C
Tints of Golden Brown #A4600C
RGB
CMYK
RGB Variations
Color information
#A4600C (or 0xA4600C) is known color: Golden Brown. HEX triplet: A4, 60 and 0C. RGB value is (164,96,12). Sum of RGB (Red+Green+Blue) = 164+96+12=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A4600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4600C is #5B9FF3. Grayscale: #6B6B6B. Windows color (decimal): -6004724 or 811172. OLE color: 811172.
HSL color Cylindrical-coordinate representation of color #A4600C: hue angle of 33.16º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4600C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 12 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.36 |
| HSL | 33.16º | 0.86% | 0.35% | - |
| HSV(B) | 33.16º | 0.93% | 0.64% | - |
| XYZ | 19.56 | 16.28 | 2.46 | - |
| YUV | 106.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 12 | 0 | 0.41 | 0.93 | 0.36 | 33.16 | 0.86 | 0.35 |
| Hex | A4 | 60 | C | 0 | 29 | 5D | 24 | 21 | 56 | 23 |
| Octal | 244 | 140 | 14 | 0 | 51 | 135 | 44 | 41 | 126 | 43 |
| Binary | 10100100 | 1100000 | 1100 | 0 | 101001 | 1011101 | 100100 | 100001 | 1010110 | 100011 |
Color Harmonies of #A4600C
Complementary color
Monochromatic Colors of #A4600C
Black with #A4600C
Text Example
Text Example
White with #A4600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4600C; }
p { color: rgb(164,96,12); }
H1.HeaderClassName
{
color: #A4600C;
}
.AnyTagClassName
{
color: #A4600C;
}
</style>
background-color css
<style>
a { background-color: #A4600C; }
a { background-color: rgb(164,96,12); }
div.DivClassName
{
background-color: #A4600C;
}
.BgClassName
{
background-color: #A4600C;
}
</style>
border-color css
<style>
span { border-color: #A4600C; }
span { border-color: rgb(164,96,12); }
td.TdClassName
{
border-color: #A4600C;
}
.TagClassName
{
border-color: #A4600C;
}
</style>