Shades of Golden Brown #A45703
Tints of Golden Brown #A45703
RGB
CMYK
RGB Variations
Color information
#A45703 (or 0xA45703) is known color: Golden Brown. HEX triplet: A4, 57 and 03. RGB value is (164,87,3). Sum of RGB (Red+Green+Blue) = 164+87+3=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A45703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45703 is #5BA8FC. Grayscale: #646464. Windows color (decimal): -6007037 or 219044. OLE color: 219044.
HSL color Cylindrical-coordinate representation of color #A45703: hue angle of 31.3º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A45703 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 87 | 3 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.36 |
| HSL | 31.3º | 0.96% | 0.33% | - |
| HSV(B) | 31.3º | 0.98% | 0.64% | - |
| XYZ | 18.73 | 14.72 | 1.94 | - |
| YUV | 100.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 3 | 0 | 0.47 | 0.98 | 0.36 | 31.3 | 0.96 | 0.33 |
| Hex | A4 | 57 | 3 | 0 | 2F | 62 | 24 | 1F | 60 | 21 |
| Octal | 244 | 127 | 3 | 0 | 57 | 142 | 44 | 37 | 140 | 41 |
| Binary | 10100100 | 1010111 | 11 | 0 | 101111 | 1100010 | 100100 | 11111 | 1100000 | 100001 |
Color Harmonies of #A45703
Complementary color
Monochromatic Colors of #A45703
Black with #A45703
Text Example
Text Example
White with #A45703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45703; }
p { color: rgb(164,87,3); }
H1.HeaderClassName
{
color: #A45703;
}
.AnyTagClassName
{
color: #A45703;
}
</style>
background-color css
<style>
a { background-color: #A45703; }
a { background-color: rgb(164,87,3); }
div.DivClassName
{
background-color: #A45703;
}
.BgClassName
{
background-color: #A45703;
}
</style>
border-color css
<style>
span { border-color: #A45703; }
span { border-color: rgb(164,87,3); }
td.TdClassName
{
border-color: #A45703;
}
.TagClassName
{
border-color: #A45703;
}
</style>