Shades of Golden Brown #A1670D
Tints of Golden Brown #A1670D
RGB
CMYK
RGB Variations
Color information
#A1670D (or 0xA1670D) is known color: Golden Brown. HEX triplet: A1, 67 and 0D. RGB value is (161,103,13). Sum of RGB (Red+Green+Blue) = 161+103+13=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1670D is #5E98F2. Grayscale: #6E6E6E. Windows color (decimal): -6199539 or 878497. OLE color: 878497.
HSL color Cylindrical-coordinate representation of color #A1670D: hue angle of 36.49º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1670D is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 103 | 13 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.37 |
| HSL | 36.49º | 0.85% | 0.34% | - |
| HSV(B) | 36.49º | 0.92% | 0.63% | - |
| XYZ | 19.62 | 17.31 | 2.69 | - |
| YUV | 110.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 13 | 0 | 0.36 | 0.92 | 0.37 | 36.49 | 0.85 | 0.34 |
| Hex | A1 | 67 | D | 0 | 24 | 5C | 25 | 24 | 55 | 22 |
| Octal | 241 | 147 | 15 | 0 | 44 | 134 | 45 | 44 | 125 | 42 |
| Binary | 10100001 | 1100111 | 1101 | 0 | 100100 | 1011100 | 100101 | 100100 | 1010101 | 100010 |
Color Harmonies of #A1670D
Complementary color
Monochromatic Colors of #A1670D
Black with #A1670D
Text Example
Text Example
White with #A1670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1670D; }
p { color: rgb(161,103,13); }
H1.HeaderClassName
{
color: #A1670D;
}
.AnyTagClassName
{
color: #A1670D;
}
</style>
background-color css
<style>
a { background-color: #A1670D; }
a { background-color: rgb(161,103,13); }
div.DivClassName
{
background-color: #A1670D;
}
.BgClassName
{
background-color: #A1670D;
}
</style>
border-color css
<style>
span { border-color: #A1670D; }
span { border-color: rgb(161,103,13); }
td.TdClassName
{
border-color: #A1670D;
}
.TagClassName
{
border-color: #A1670D;
}
</style>