Shades of Golden Brown #A3671C
Tints of Golden Brown #A3671C
RGB
CMYK
RGB Variations
Color information
#A3671C (or 0xA3671C) is known color: Golden Brown. HEX triplet: A3, 67 and 1C. RGB value is (163,103,28). Sum of RGB (Red+Green+Blue) = 163+103+28=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3671C is #5C98E3. Grayscale: #707070. Windows color (decimal): -6068452 or 1861539. OLE color: 1861539.
HSL color Cylindrical-coordinate representation of color #A3671C: hue angle of 33.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3671C is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 28 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.36 |
| HSL | 33.33º | 0.71% | 0.37% | - |
| HSV(B) | 33.33º | 0.83% | 0.64% | - |
| XYZ | 20.16 | 17.57 | 3.43 | - |
| YUV | 112.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 28 | 0 | 0.37 | 0.83 | 0.36 | 33.33 | 0.71 | 0.37 |
| Hex | A3 | 67 | 1C | 0 | 25 | 53 | 24 | 21 | 47 | 25 |
| Octal | 243 | 147 | 34 | 0 | 45 | 123 | 44 | 41 | 107 | 45 |
| Binary | 10100011 | 1100111 | 11100 | 0 | 100101 | 1010011 | 100100 | 100001 | 1000111 | 100101 |
Color Harmonies of #A3671C
Complementary color
Monochromatic Colors of #A3671C
Black with #A3671C
Text Example
Text Example
White with #A3671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3671C; }
p { color: rgb(163,103,28); }
H1.HeaderClassName
{
color: #A3671C;
}
.AnyTagClassName
{
color: #A3671C;
}
</style>
background-color css
<style>
a { background-color: #A3671C; }
a { background-color: rgb(163,103,28); }
div.DivClassName
{
background-color: #A3671C;
}
.BgClassName
{
background-color: #A3671C;
}
</style>
border-color css
<style>
span { border-color: #A3671C; }
span { border-color: rgb(163,103,28); }
td.TdClassName
{
border-color: #A3671C;
}
.TagClassName
{
border-color: #A3671C;
}
</style>