Shades of Golden Brown #AC6101
Tints of Golden Brown #AC6101
RGB
CMYK
RGB Variations
Color information
#AC6101 (or 0xAC6101) is known color: Golden Brown. HEX triplet: AC, 61 and 01. RGB value is (172,97,1). Sum of RGB (Red+Green+Blue) = 172+97+1=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6101 is #539EFE. Grayscale: #6C6C6C. Windows color (decimal): -5480191 or 90540. OLE color: 90540.
HSL color Cylindrical-coordinate representation of color #AC6101: hue angle of 33.68º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC6101 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.33 |
| HSL | 33.68º | 0.99% | 0.34% | - |
| HSV(B) | 33.68º | 0.99% | 0.67% | - |
| XYZ | 21.29 | 17.32 | 2.25 | - |
| YUV | 108.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 1 | 0 | 0.44 | 0.99 | 0.33 | 33.68 | 0.99 | 0.34 |
| Hex | AC | 61 | 1 | 0 | 2C | 63 | 21 | 22 | 63 | 22 |
| Octal | 254 | 141 | 1 | 0 | 54 | 143 | 41 | 42 | 143 | 42 |
| Binary | 10101100 | 1100001 | 1 | 0 | 101100 | 1100011 | 100001 | 100010 | 1100011 | 100010 |
Color Harmonies of #AC6101
Complementary color
Monochromatic Colors of #AC6101
Black with #AC6101
Text Example
Text Example
White with #AC6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6101; }
p { color: rgb(172,97,1); }
H1.HeaderClassName
{
color: #AC6101;
}
.AnyTagClassName
{
color: #AC6101;
}
</style>
background-color css
<style>
a { background-color: #AC6101; }
a { background-color: rgb(172,97,1); }
div.DivClassName
{
background-color: #AC6101;
}
.BgClassName
{
background-color: #AC6101;
}
</style>
border-color css
<style>
span { border-color: #AC6101; }
span { border-color: rgb(172,97,1); }
td.TdClassName
{
border-color: #AC6101;
}
.TagClassName
{
border-color: #AC6101;
}
</style>