Shades of Golden Brown #A45D19
Tints of Golden Brown #A45D19
RGB
CMYK
RGB Variations
Color information
#A45D19 (or 0xA45D19) is known color: Golden Brown. HEX triplet: A4, 5D and 19. RGB value is (164,93,25). Sum of RGB (Red+Green+Blue) = 164+93+25=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45D19 is #5BA2E6. Grayscale: #6A6A6A. Windows color (decimal): -6005479 or 1662372. OLE color: 1662372.
HSL color Cylindrical-coordinate representation of color #A45D19: hue angle of 29.35º 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 #A45D19 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 25 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.36 |
| HSL | 29.35º | 0.74% | 0.37% | - |
| HSV(B) | 29.35º | 0.85% | 0.64% | - |
| XYZ | 19.4 | 15.79 | 2.95 | - |
| YUV | 106.48 | 82.02 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 25 | 0 | 0.43 | 0.85 | 0.36 | 29.35 | 0.74 | 0.37 |
| Hex | A4 | 5D | 19 | 0 | 2B | 55 | 24 | 1D | 4A | 25 |
| Octal | 244 | 135 | 31 | 0 | 53 | 125 | 44 | 35 | 112 | 45 |
| Binary | 10100100 | 1011101 | 11001 | 0 | 101011 | 1010101 | 100100 | 11101 | 1001010 | 100101 |
Color Harmonies of #A45D19
Complementary color
Monochromatic Colors of #A45D19
Black with #A45D19
Text Example
Text Example
White with #A45D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D19; }
p { color: rgb(164,93,25); }
H1.HeaderClassName
{
color: #A45D19;
}
.AnyTagClassName
{
color: #A45D19;
}
</style>
background-color css
<style>
a { background-color: #A45D19; }
a { background-color: rgb(164,93,25); }
div.DivClassName
{
background-color: #A45D19;
}
.BgClassName
{
background-color: #A45D19;
}
</style>
border-color css
<style>
span { border-color: #A45D19; }
span { border-color: rgb(164,93,25); }
td.TdClassName
{
border-color: #A45D19;
}
.TagClassName
{
border-color: #A45D19;
}
</style>