Shades of Golden Brown #AC651A
Tints of Golden Brown #AC651A
RGB
CMYK
RGB Variations
Color information
#AC651A (or 0xAC651A) is known color: Golden Brown. HEX triplet: AC, 65 and 1A. RGB value is (172,101,26). Sum of RGB (Red+Green+Blue) = 172+101+26=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC651A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC651A is #539AE5. Grayscale: #727272. Windows color (decimal): -5479142 or 1729964. OLE color: 1729964.
HSL color Cylindrical-coordinate representation of color #AC651A: hue angle of 30.82º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC651A is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 26 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.33 |
| HSL | 30.82º | 0.74% | 0.39% | - |
| HSV(B) | 30.82º | 0.85% | 0.67% | - |
| XYZ | 21.85 | 18.15 | 3.33 | - |
| YUV | 113.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 26 | 0 | 0.41 | 0.85 | 0.33 | 30.82 | 0.74 | 0.39 |
| Hex | AC | 65 | 1A | 0 | 29 | 55 | 21 | 1F | 4A | 27 |
| Octal | 254 | 145 | 32 | 0 | 51 | 125 | 41 | 37 | 112 | 47 |
| Binary | 10101100 | 1100101 | 11010 | 0 | 101001 | 1010101 | 100001 | 11111 | 1001010 | 100111 |
Color Harmonies of #AC651A
Complementary color
Monochromatic Colors of #AC651A
Black with #AC651A
Text Example
Text Example
White with #AC651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC651A; }
p { color: rgb(172,101,26); }
H1.HeaderClassName
{
color: #AC651A;
}
.AnyTagClassName
{
color: #AC651A;
}
</style>
background-color css
<style>
a { background-color: #AC651A; }
a { background-color: rgb(172,101,26); }
div.DivClassName
{
background-color: #AC651A;
}
.BgClassName
{
background-color: #AC651A;
}
</style>
border-color css
<style>
span { border-color: #AC651A; }
span { border-color: rgb(172,101,26); }
td.TdClassName
{
border-color: #AC651A;
}
.TagClassName
{
border-color: #AC651A;
}
</style>