Shades of Golden Brown #AC650F
Tints of Golden Brown #AC650F
RGB
CMYK
RGB Variations
Color information
#AC650F (or 0xAC650F) is known color: Golden Brown. HEX triplet: AC, 65 and 0F. RGB value is (172,101,15). Sum of RGB (Red+Green+Blue) = 172+101+15=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC650F is #539AF0. Grayscale: #707070. Windows color (decimal): -5479153 or 1009068. OLE color: 1009068.
HSL color Cylindrical-coordinate representation of color #AC650F: hue angle of 32.87º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC650F is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 15 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.33 |
| HSL | 32.87º | 0.84% | 0.37% | - |
| HSV(B) | 32.87º | 0.91% | 0.67% | - |
| XYZ | 21.75 | 18.11 | 2.8 | - |
| YUV | 112.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 15 | 0 | 0.41 | 0.91 | 0.33 | 32.87 | 0.84 | 0.37 |
| Hex | AC | 65 | F | 0 | 29 | 5B | 21 | 21 | 54 | 25 |
| Octal | 254 | 145 | 17 | 0 | 51 | 133 | 41 | 41 | 124 | 45 |
| Binary | 10101100 | 1100101 | 1111 | 0 | 101001 | 1011011 | 100001 | 100001 | 1010100 | 100101 |
Color Harmonies of #AC650F
Complementary color
Monochromatic Colors of #AC650F
Black with #AC650F
Text Example
Text Example
White with #AC650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC650F; }
p { color: rgb(172,101,15); }
H1.HeaderClassName
{
color: #AC650F;
}
.AnyTagClassName
{
color: #AC650F;
}
</style>
background-color css
<style>
a { background-color: #AC650F; }
a { background-color: rgb(172,101,15); }
div.DivClassName
{
background-color: #AC650F;
}
.BgClassName
{
background-color: #AC650F;
}
</style>
border-color css
<style>
span { border-color: #AC650F; }
span { border-color: rgb(172,101,15); }
td.TdClassName
{
border-color: #AC650F;
}
.TagClassName
{
border-color: #AC650F;
}
</style>