Shades of Golden Brown #AC6908
Tints of Golden Brown #AC6908
RGB
CMYK
RGB Variations
Color information
#AC6908 (or 0xAC6908) is known color: Golden Brown. HEX triplet: AC, 69 and 08. RGB value is (172,105,8). Sum of RGB (Red+Green+Blue) = 172+105+8=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6908 is #5396F7. Grayscale: #727272. Windows color (decimal): -5478136 or 551340. OLE color: 551340.
HSL color Cylindrical-coordinate representation of color #AC6908: hue angle of 35.49º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC6908 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 8 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.33 |
| HSL | 35.49º | 0.91% | 0.35% | - |
| HSV(B) | 35.49º | 0.95% | 0.67% | - |
| XYZ | 22.11 | 18.89 | 2.71 | - |
| YUV | 113.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 8 | 0 | 0.39 | 0.95 | 0.33 | 35.49 | 0.91 | 0.35 |
| Hex | AC | 69 | 8 | 0 | 27 | 5F | 21 | 23 | 5B | 23 |
| Octal | 254 | 151 | 10 | 0 | 47 | 137 | 41 | 43 | 133 | 43 |
| Binary | 10101100 | 1101001 | 1000 | 0 | 100111 | 1011111 | 100001 | 100011 | 1011011 | 100011 |
Color Harmonies of #AC6908
Complementary color
Monochromatic Colors of #AC6908
Black with #AC6908
Text Example
Text Example
White with #AC6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6908; }
p { color: rgb(172,105,8); }
H1.HeaderClassName
{
color: #AC6908;
}
.AnyTagClassName
{
color: #AC6908;
}
</style>
background-color css
<style>
a { background-color: #AC6908; }
a { background-color: rgb(172,105,8); }
div.DivClassName
{
background-color: #AC6908;
}
.BgClassName
{
background-color: #AC6908;
}
</style>
border-color css
<style>
span { border-color: #AC6908; }
span { border-color: rgb(172,105,8); }
td.TdClassName
{
border-color: #AC6908;
}
.TagClassName
{
border-color: #AC6908;
}
</style>