Shades of Golden Brown #A4580F
Tints of Golden Brown #A4580F
RGB
CMYK
RGB Variations
Color information
#A4580F (or 0xA4580F) is known color: Golden Brown. HEX triplet: A4, 58 and 0F. RGB value is (164,88,15). Sum of RGB (Red+Green+Blue) = 164+88+15=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A4580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4580F is #5BA7F0. Grayscale: #666666. Windows color (decimal): -6006769 or 1005732. OLE color: 1005732.
HSL color Cylindrical-coordinate representation of color #A4580F: hue angle of 29.4º degrees, saturation: 0.83, 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 #A4580F is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 15 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.36 |
| HSL | 29.4º | 0.83% | 0.35% | - |
| HSV(B) | 29.4º | 0.91% | 0.64% | - |
| XYZ | 18.89 | 14.91 | 2.33 | - |
| YUV | 102.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 15 | 0 | 0.46 | 0.91 | 0.36 | 29.4 | 0.83 | 0.35 |
| Hex | A4 | 58 | F | 0 | 2E | 5B | 24 | 1D | 53 | 23 |
| Octal | 244 | 130 | 17 | 0 | 56 | 133 | 44 | 35 | 123 | 43 |
| Binary | 10100100 | 1011000 | 1111 | 0 | 101110 | 1011011 | 100100 | 11101 | 1010011 | 100011 |
Color Harmonies of #A4580F
Complementary color
Monochromatic Colors of #A4580F
Black with #A4580F
Text Example
Text Example
White with #A4580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4580F; }
p { color: rgb(164,88,15); }
H1.HeaderClassName
{
color: #A4580F;
}
.AnyTagClassName
{
color: #A4580F;
}
</style>
background-color css
<style>
a { background-color: #A4580F; }
a { background-color: rgb(164,88,15); }
div.DivClassName
{
background-color: #A4580F;
}
.BgClassName
{
background-color: #A4580F;
}
</style>
border-color css
<style>
span { border-color: #A4580F; }
span { border-color: rgb(164,88,15); }
td.TdClassName
{
border-color: #A4580F;
}
.TagClassName
{
border-color: #A4580F;
}
</style>