Shades of Golden Brown #A4530D
Tints of Golden Brown #A4530D
RGB
CMYK
RGB Variations
Color information
#A4530D (or 0xA4530D) is known color: Golden Brown. HEX triplet: A4, 53 and 0D. RGB value is (164,83,13). Sum of RGB (Red+Green+Blue) = 164+83+13=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4530D is #5BACF2. Grayscale: #636363. Windows color (decimal): -6008051 or 873380. OLE color: 873380.
HSL color Cylindrical-coordinate representation of color #A4530D: hue angle of 27.81º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4530D is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 13 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.36 |
| HSL | 27.81º | 0.85% | 0.35% | - |
| HSV(B) | 27.81º | 0.92% | 0.64% | - |
| XYZ | 18.48 | 14.11 | 2.13 | - |
| YUV | 99.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 13 | 0 | 0.49 | 0.92 | 0.36 | 27.81 | 0.85 | 0.35 |
| Hex | A4 | 53 | D | 0 | 31 | 5C | 24 | 1C | 55 | 23 |
| Octal | 244 | 123 | 15 | 0 | 61 | 134 | 44 | 34 | 125 | 43 |
| Binary | 10100100 | 1010011 | 1101 | 0 | 110001 | 1011100 | 100100 | 11100 | 1010101 | 100011 |
Color Harmonies of #A4530D
Complementary color
Monochromatic Colors of #A4530D
Black with #A4530D
Text Example
Text Example
White with #A4530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4530D; }
p { color: rgb(164,83,13); }
H1.HeaderClassName
{
color: #A4530D;
}
.AnyTagClassName
{
color: #A4530D;
}
</style>
background-color css
<style>
a { background-color: #A4530D; }
a { background-color: rgb(164,83,13); }
div.DivClassName
{
background-color: #A4530D;
}
.BgClassName
{
background-color: #A4530D;
}
</style>
border-color css
<style>
span { border-color: #A4530D; }
span { border-color: rgb(164,83,13); }
td.TdClassName
{
border-color: #A4530D;
}
.TagClassName
{
border-color: #A4530D;
}
</style>