Shades of Golden Brown #A45F0E
Tints of Golden Brown #A45F0E
RGB
CMYK
RGB Variations
Color information
#A45F0E (or 0xA45F0E) is known color: Golden Brown. HEX triplet: A4, 5F and 0E. RGB value is (164,95,14). Sum of RGB (Red+Green+Blue) = 164+95+14=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45F0E is #5BA0F1. Grayscale: #6A6A6A. Windows color (decimal): -6004978 or 941988. OLE color: 941988.
HSL color Cylindrical-coordinate representation of color #A45F0E: hue angle of 32.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A45F0E is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 14 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.36 |
| HSL | 32.4º | 0.84% | 0.35% | - |
| HSV(B) | 32.4º | 0.91% | 0.64% | - |
| XYZ | 19.48 | 16.11 | 2.5 | - |
| YUV | 106.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 14 | 0 | 0.42 | 0.91 | 0.36 | 32.4 | 0.84 | 0.35 |
| Hex | A4 | 5F | E | 0 | 2A | 5B | 24 | 20 | 54 | 23 |
| Octal | 244 | 137 | 16 | 0 | 52 | 133 | 44 | 40 | 124 | 43 |
| Binary | 10100100 | 1011111 | 1110 | 0 | 101010 | 1011011 | 100100 | 100000 | 1010100 | 100011 |
Color Harmonies of #A45F0E
Complementary color
Monochromatic Colors of #A45F0E
Black with #A45F0E
Text Example
Text Example
White with #A45F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F0E; }
p { color: rgb(164,95,14); }
H1.HeaderClassName
{
color: #A45F0E;
}
.AnyTagClassName
{
color: #A45F0E;
}
</style>
background-color css
<style>
a { background-color: #A45F0E; }
a { background-color: rgb(164,95,14); }
div.DivClassName
{
background-color: #A45F0E;
}
.BgClassName
{
background-color: #A45F0E;
}
</style>
border-color css
<style>
span { border-color: #A45F0E; }
span { border-color: rgb(164,95,14); }
td.TdClassName
{
border-color: #A45F0E;
}
.TagClassName
{
border-color: #A45F0E;
}
</style>