Shades of Golden Brown #AC621B
Tints of Golden Brown #AC621B
RGB
CMYK
RGB Variations
Color information
#AC621B (or 0xAC621B) is known color: Golden Brown. HEX triplet: AC, 62 and 1B. RGB value is (172,98,27). Sum of RGB (Red+Green+Blue) = 172+98+27=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC621B is #539DE4. Grayscale: #707070. Windows color (decimal): -5479909 or 1794732. OLE color: 1794732.
HSL color Cylindrical-coordinate representation of color #AC621B: hue angle of 29.38º degrees, saturation: 0.73, 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 #AC621B is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 27 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.33 |
| HSL | 29.38º | 0.73% | 0.39% | - |
| HSV(B) | 29.38º | 0.84% | 0.67% | - |
| XYZ | 21.58 | 17.59 | 3.29 | - |
| YUV | 112.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 27 | 0 | 0.43 | 0.84 | 0.33 | 29.38 | 0.73 | 0.39 |
| Hex | AC | 62 | 1B | 0 | 2B | 54 | 21 | 1D | 49 | 27 |
| Octal | 254 | 142 | 33 | 0 | 53 | 124 | 41 | 35 | 111 | 47 |
| Binary | 10101100 | 1100010 | 11011 | 0 | 101011 | 1010100 | 100001 | 11101 | 1001001 | 100111 |
Color Harmonies of #AC621B
Complementary color
Monochromatic Colors of #AC621B
Black with #AC621B
Text Example
Text Example
White with #AC621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC621B; }
p { color: rgb(172,98,27); }
H1.HeaderClassName
{
color: #AC621B;
}
.AnyTagClassName
{
color: #AC621B;
}
</style>
background-color css
<style>
a { background-color: #AC621B; }
a { background-color: rgb(172,98,27); }
div.DivClassName
{
background-color: #AC621B;
}
.BgClassName
{
background-color: #AC621B;
}
</style>
border-color css
<style>
span { border-color: #AC621B; }
span { border-color: rgb(172,98,27); }
td.TdClassName
{
border-color: #AC621B;
}
.TagClassName
{
border-color: #AC621B;
}
</style>