Shades of Golden Brown #A47318
Tints of Golden Brown #A47318
RGB
CMYK
RGB Variations
Color information
#A47318 (or 0xA47318) is known color: Golden Brown. HEX triplet: A4, 73 and 18. RGB value is (164,115,24). Sum of RGB (Red+Green+Blue) = 164+115+24=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A47318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47318 is #5B8CE7. Grayscale: #777777. Windows color (decimal): -5999848 or 1602468. OLE color: 1602468.
HSL color Cylindrical-coordinate representation of color #A47318: hue angle of 39º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A47318 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 24 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.36 |
| HSL | 39º | 0.74% | 0.37% | - |
| HSV(B) | 39º | 0.85% | 0.64% | - |
| XYZ | 21.61 | 20.22 | 3.63 | - |
| YUV | 119.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 24 | 0 | 0.30 | 0.85 | 0.36 | 39 | 0.74 | 0.37 |
| Hex | A4 | 73 | 18 | 0 | 1E | 55 | 24 | 27 | 4A | 25 |
| Octal | 244 | 163 | 30 | 0 | 36 | 125 | 44 | 47 | 112 | 45 |
| Binary | 10100100 | 1110011 | 11000 | 0 | 11110 | 1010101 | 100100 | 100111 | 1001010 | 100101 |
Color Harmonies of #A47318
Complementary color
Monochromatic Colors of #A47318
Black with #A47318
Text Example
Text Example
White with #A47318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47318; }
p { color: rgb(164,115,24); }
H1.HeaderClassName
{
color: #A47318;
}
.AnyTagClassName
{
color: #A47318;
}
</style>
background-color css
<style>
a { background-color: #A47318; }
a { background-color: rgb(164,115,24); }
div.DivClassName
{
background-color: #A47318;
}
.BgClassName
{
background-color: #A47318;
}
</style>
border-color css
<style>
span { border-color: #A47318; }
span { border-color: rgb(164,115,24); }
td.TdClassName
{
border-color: #A47318;
}
.TagClassName
{
border-color: #A47318;
}
</style>