Shades of Golden Brown #AD671C
Tints of Golden Brown #AD671C
RGB
CMYK
RGB Variations
Color information
#AD671C (or 0xAD671C) is known color: Golden Brown. HEX triplet: AD, 67 and 1C. RGB value is (173,103,28). Sum of RGB (Red+Green+Blue) = 173+103+28=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD671C is #5298E3. Grayscale: #737373. Windows color (decimal): -5413092 or 1861549. OLE color: 1861549.
HSL color Cylindrical-coordinate representation of color #AD671C: hue angle of 31.03º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD671C is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 28 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.32 |
| HSL | 31.03º | 0.72% | 0.39% | - |
| HSV(B) | 31.03º | 0.84% | 0.68% | - |
| XYZ | 22.29 | 18.67 | 3.53 | - |
| YUV | 115.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 28 | 0 | 0.40 | 0.84 | 0.32 | 31.03 | 0.72 | 0.39 |
| Hex | AD | 67 | 1C | 0 | 28 | 54 | 20 | 1F | 48 | 27 |
| Octal | 255 | 147 | 34 | 0 | 50 | 124 | 40 | 37 | 110 | 47 |
| Binary | 10101101 | 1100111 | 11100 | 0 | 101000 | 1010100 | 100000 | 11111 | 1001000 | 100111 |
Color Harmonies of #AD671C
Complementary color
Monochromatic Colors of #AD671C
Black with #AD671C
Text Example
Text Example
White with #AD671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD671C; }
p { color: rgb(173,103,28); }
H1.HeaderClassName
{
color: #AD671C;
}
.AnyTagClassName
{
color: #AD671C;
}
</style>
background-color css
<style>
a { background-color: #AD671C; }
a { background-color: rgb(173,103,28); }
div.DivClassName
{
background-color: #AD671C;
}
.BgClassName
{
background-color: #AD671C;
}
</style>
border-color css
<style>
span { border-color: #AD671C; }
span { border-color: rgb(173,103,28); }
td.TdClassName
{
border-color: #AD671C;
}
.TagClassName
{
border-color: #AD671C;
}
</style>