Shades of Golden Brown #AC641C
Tints of Golden Brown #AC641C
RGB
CMYK
RGB Variations
Color information
#AC641C (or 0xAC641C) is known color: Golden Brown. HEX triplet: AC, 64 and 1C. RGB value is (172,100,28). Sum of RGB (Red+Green+Blue) = 172+100+28=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC641C is #539BE3. Grayscale: #717171. Windows color (decimal): -5479396 or 1860780. OLE color: 1860780.
HSL color Cylindrical-coordinate representation of color #AC641C: hue angle of 30º 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 #AC641C is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 28 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.33 |
| HSL | 30º | 0.72% | 0.39% | - |
| HSV(B) | 30º | 0.84% | 0.67% | - |
| XYZ | 21.78 | 17.97 | 3.42 | - |
| YUV | 113.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 28 | 0 | 0.42 | 0.84 | 0.33 | 30 | 0.72 | 0.39 |
| Hex | AC | 64 | 1C | 0 | 2A | 54 | 21 | 1E | 48 | 27 |
| Octal | 254 | 144 | 34 | 0 | 52 | 124 | 41 | 36 | 110 | 47 |
| Binary | 10101100 | 1100100 | 11100 | 0 | 101010 | 1010100 | 100001 | 11110 | 1001000 | 100111 |
Color Harmonies of #AC641C
Complementary color
Monochromatic Colors of #AC641C
Black with #AC641C
Text Example
Text Example
White with #AC641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC641C; }
p { color: rgb(172,100,28); }
H1.HeaderClassName
{
color: #AC641C;
}
.AnyTagClassName
{
color: #AC641C;
}
</style>
background-color css
<style>
a { background-color: #AC641C; }
a { background-color: rgb(172,100,28); }
div.DivClassName
{
background-color: #AC641C;
}
.BgClassName
{
background-color: #AC641C;
}
</style>
border-color css
<style>
span { border-color: #AC641C; }
span { border-color: rgb(172,100,28); }
td.TdClassName
{
border-color: #AC641C;
}
.TagClassName
{
border-color: #AC641C;
}
</style>