Shades of Golden Brown #A1671B
Tints of Golden Brown #A1671B
RGB
CMYK
RGB Variations
Color information
#A1671B (or 0xA1671B) is known color: Golden Brown. HEX triplet: A1, 67 and 1B. RGB value is (161,103,27). Sum of RGB (Red+Green+Blue) = 161+103+27=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1671B is #5E98E4. Grayscale: #707070. Windows color (decimal): -6199525 or 1796001. OLE color: 1796001.
HSL color Cylindrical-coordinate representation of color #A1671B: hue angle of 34.03º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1671B is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 103 | 27 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.37 |
| HSL | 34.03º | 0.71% | 0.37% | - |
| HSV(B) | 34.03º | 0.83% | 0.63% | - |
| XYZ | 19.75 | 17.36 | 3.35 | - |
| YUV | 111.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 27 | 0 | 0.36 | 0.83 | 0.37 | 34.03 | 0.71 | 0.37 |
| Hex | A1 | 67 | 1B | 0 | 24 | 53 | 25 | 22 | 47 | 25 |
| Octal | 241 | 147 | 33 | 0 | 44 | 123 | 45 | 42 | 107 | 45 |
| Binary | 10100001 | 1100111 | 11011 | 0 | 100100 | 1010011 | 100101 | 100010 | 1000111 | 100101 |
Color Harmonies of #A1671B
Complementary color
Monochromatic Colors of #A1671B
Black with #A1671B
Text Example
Text Example
White with #A1671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1671B; }
p { color: rgb(161,103,27); }
H1.HeaderClassName
{
color: #A1671B;
}
.AnyTagClassName
{
color: #A1671B;
}
</style>
background-color css
<style>
a { background-color: #A1671B; }
a { background-color: rgb(161,103,27); }
div.DivClassName
{
background-color: #A1671B;
}
.BgClassName
{
background-color: #A1671B;
}
</style>
border-color css
<style>
span { border-color: #A1671B; }
span { border-color: rgb(161,103,27); }
td.TdClassName
{
border-color: #A1671B;
}
.TagClassName
{
border-color: #A1671B;
}
</style>