Shades of Golden Brown #AC671C
Tints of Golden Brown #AC671C
RGB
CMYK
RGB Variations
Color information
#AC671C (or 0xAC671C) is known color: Golden Brown. HEX triplet: AC, 67 and 1C. RGB value is (172,103,28). Sum of RGB (Red+Green+Blue) = 172+103+28=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC671C is #5398E3. Grayscale: #737373. Windows color (decimal): -5478628 or 1861548. OLE color: 1861548.
HSL color Cylindrical-coordinate representation of color #AC671C: hue angle of 31.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC671C is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 28 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.33 |
| HSL | 31.25º | 0.72% | 0.39% | - |
| HSV(B) | 31.25º | 0.84% | 0.67% | - |
| XYZ | 22.07 | 18.55 | 3.52 | - |
| YUV | 115.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 28 | 0 | 0.40 | 0.84 | 0.33 | 31.25 | 0.72 | 0.39 |
| Hex | AC | 67 | 1C | 0 | 28 | 54 | 21 | 1F | 48 | 27 |
| Octal | 254 | 147 | 34 | 0 | 50 | 124 | 41 | 37 | 110 | 47 |
| Binary | 10101100 | 1100111 | 11100 | 0 | 101000 | 1010100 | 100001 | 11111 | 1001000 | 100111 |
Color Harmonies of #AC671C
Complementary color
Monochromatic Colors of #AC671C
Black with #AC671C
Text Example
Text Example
White with #AC671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC671C; }
p { color: rgb(172,103,28); }
H1.HeaderClassName
{
color: #AC671C;
}
.AnyTagClassName
{
color: #AC671C;
}
</style>
background-color css
<style>
a { background-color: #AC671C; }
a { background-color: rgb(172,103,28); }
div.DivClassName
{
background-color: #AC671C;
}
.BgClassName
{
background-color: #AC671C;
}
</style>
border-color css
<style>
span { border-color: #AC671C; }
span { border-color: rgb(172,103,28); }
td.TdClassName
{
border-color: #AC671C;
}
.TagClassName
{
border-color: #AC671C;
}
</style>