Shades of Golden Brown #A45B17
Tints of Golden Brown #A45B17
RGB
CMYK
RGB Variations
Color information
#A45B17 (or 0xA45B17) is known color: Golden Brown. HEX triplet: A4, 5B and 17. RGB value is (164,91,23). Sum of RGB (Red+Green+Blue) = 164+91+23=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45B17 is #5BA4E8. Grayscale: #696969. Windows color (decimal): -6005993 or 1530788. OLE color: 1530788.
HSL color Cylindrical-coordinate representation of color #A45B17: hue angle of 28.94º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A45B17 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 23 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.36 |
| HSL | 28.94º | 0.75% | 0.37% | - |
| HSV(B) | 28.94º | 0.86% | 0.64% | - |
| XYZ | 19.21 | 15.44 | 2.78 | - |
| YUV | 105.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 23 | 0 | 0.45 | 0.86 | 0.36 | 28.94 | 0.75 | 0.37 |
| Hex | A4 | 5B | 17 | 0 | 2D | 56 | 24 | 1D | 4B | 25 |
| Octal | 244 | 133 | 27 | 0 | 55 | 126 | 44 | 35 | 113 | 45 |
| Binary | 10100100 | 1011011 | 10111 | 0 | 101101 | 1010110 | 100100 | 11101 | 1001011 | 100101 |
Color Harmonies of #A45B17
Complementary color
Monochromatic Colors of #A45B17
Black with #A45B17
Text Example
Text Example
White with #A45B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45B17; }
p { color: rgb(164,91,23); }
H1.HeaderClassName
{
color: #A45B17;
}
.AnyTagClassName
{
color: #A45B17;
}
</style>
background-color css
<style>
a { background-color: #A45B17; }
a { background-color: rgb(164,91,23); }
div.DivClassName
{
background-color: #A45B17;
}
.BgClassName
{
background-color: #A45B17;
}
</style>
border-color css
<style>
span { border-color: #A45B17; }
span { border-color: rgb(164,91,23); }
td.TdClassName
{
border-color: #A45B17;
}
.TagClassName
{
border-color: #A45B17;
}
</style>