Shades of Golden Brown #A47102
Tints of Golden Brown #A47102
RGB
CMYK
RGB Variations
Color information
#A47102 (or 0xA47102) is known color: Golden Brown. HEX triplet: A4, 71 and 02. RGB value is (164,113,2). Sum of RGB (Red+Green+Blue) = 164+113+2=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A47102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47102 is #5B8EFD. Grayscale: #747474. Windows color (decimal): -6000382 or 160164. OLE color: 160164.
HSL color Cylindrical-coordinate representation of color #A47102: hue angle of 41.11º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A47102 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.36 |
| HSL | 41.11º | 0.98% | 0.33% | - |
| HSV(B) | 41.11º | 0.99% | 0.64% | - |
| XYZ | 21.23 | 19.71 | 2.74 | - |
| YUV | 115.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 2 | 0 | 0.31 | 0.99 | 0.36 | 41.11 | 0.98 | 0.33 |
| Hex | A4 | 71 | 2 | 0 | 1F | 63 | 24 | 29 | 62 | 21 |
| Octal | 244 | 161 | 2 | 0 | 37 | 143 | 44 | 51 | 142 | 41 |
| Binary | 10100100 | 1110001 | 10 | 0 | 11111 | 1100011 | 100100 | 101001 | 1100010 | 100001 |
Color Harmonies of #A47102
Complementary color
Monochromatic Colors of #A47102
Black with #A47102
Text Example
Text Example
White with #A47102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47102; }
p { color: rgb(164,113,2); }
H1.HeaderClassName
{
color: #A47102;
}
.AnyTagClassName
{
color: #A47102;
}
</style>
background-color css
<style>
a { background-color: #A47102; }
a { background-color: rgb(164,113,2); }
div.DivClassName
{
background-color: #A47102;
}
.BgClassName
{
background-color: #A47102;
}
</style>
border-color css
<style>
span { border-color: #A47102; }
span { border-color: rgb(164,113,2); }
td.TdClassName
{
border-color: #A47102;
}
.TagClassName
{
border-color: #A47102;
}
</style>