Shades of Golden Brown #A45F16
Tints of Golden Brown #A45F16
RGB
CMYK
RGB Variations
Color information
#A45F16 (or 0xA45F16) is known color: Golden Brown. HEX triplet: A4, 5F and 16. RGB value is (164,95,22). Sum of RGB (Red+Green+Blue) = 164+95+22=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45F16 is #5BA0E9. Grayscale: #6B6B6B. Windows color (decimal): -6004970 or 1466276. OLE color: 1466276.
HSL color Cylindrical-coordinate representation of color #A45F16: hue angle of 30.85º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A45F16 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 22 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.36 |
| HSL | 30.85º | 0.76% | 0.36% | - |
| HSV(B) | 30.85º | 0.87% | 0.64% | - |
| XYZ | 19.55 | 16.13 | 2.84 | - |
| YUV | 107.31 | 79.86 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 22 | 0 | 0.42 | 0.87 | 0.36 | 30.85 | 0.76 | 0.36 |
| Hex | A4 | 5F | 16 | 0 | 2A | 57 | 24 | 1F | 4C | 24 |
| Octal | 244 | 137 | 26 | 0 | 52 | 127 | 44 | 37 | 114 | 44 |
| Binary | 10100100 | 1011111 | 10110 | 0 | 101010 | 1010111 | 100100 | 11111 | 1001100 | 100100 |
Color Harmonies of #A45F16
Complementary color
Monochromatic Colors of #A45F16
Black with #A45F16
Text Example
Text Example
White with #A45F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F16; }
p { color: rgb(164,95,22); }
H1.HeaderClassName
{
color: #A45F16;
}
.AnyTagClassName
{
color: #A45F16;
}
</style>
background-color css
<style>
a { background-color: #A45F16; }
a { background-color: rgb(164,95,22); }
div.DivClassName
{
background-color: #A45F16;
}
.BgClassName
{
background-color: #A45F16;
}
</style>
border-color css
<style>
span { border-color: #A45F16; }
span { border-color: rgb(164,95,22); }
td.TdClassName
{
border-color: #A45F16;
}
.TagClassName
{
border-color: #A45F16;
}
</style>