Shades of Golden Brown #A45E19
Tints of Golden Brown #A45E19
RGB
CMYK
RGB Variations
Color information
#A45E19 (or 0xA45E19) is known color: Golden Brown. HEX triplet: A4, 5E and 19. RGB value is (164,94,25). Sum of RGB (Red+Green+Blue) = 164+94+25=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45E19 is #5BA1E6. Grayscale: #6B6B6B. Windows color (decimal): -6005223 or 1662628. OLE color: 1662628.
HSL color Cylindrical-coordinate representation of color #A45E19: hue angle of 29.78º 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 #A45E19 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 25 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.36 |
| HSL | 29.78º | 0.74% | 0.37% | - |
| HSV(B) | 29.78º | 0.85% | 0.64% | - |
| XYZ | 19.49 | 15.97 | 2.97 | - |
| YUV | 107.06 | 81.69 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 25 | 0 | 0.43 | 0.85 | 0.36 | 29.78 | 0.74 | 0.37 |
| Hex | A4 | 5E | 19 | 0 | 2B | 55 | 24 | 1E | 4A | 25 |
| Octal | 244 | 136 | 31 | 0 | 53 | 125 | 44 | 36 | 112 | 45 |
| Binary | 10100100 | 1011110 | 11001 | 0 | 101011 | 1010101 | 100100 | 11110 | 1001010 | 100101 |
Color Harmonies of #A45E19
Complementary color
Monochromatic Colors of #A45E19
Black with #A45E19
Text Example
Text Example
White with #A45E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E19; }
p { color: rgb(164,94,25); }
H1.HeaderClassName
{
color: #A45E19;
}
.AnyTagClassName
{
color: #A45E19;
}
</style>
background-color css
<style>
a { background-color: #A45E19; }
a { background-color: rgb(164,94,25); }
div.DivClassName
{
background-color: #A45E19;
}
.BgClassName
{
background-color: #A45E19;
}
</style>
border-color css
<style>
span { border-color: #A45E19; }
span { border-color: rgb(164,94,25); }
td.TdClassName
{
border-color: #A45E19;
}
.TagClassName
{
border-color: #A45E19;
}
</style>