Shades of Rich Gold #AC5A1B
Tints of Rich Gold #AC5A1B
RGB
CMYK
RGB Variations
Color information
#AC5A1B (or 0xAC5A1B) is known color: Rich Gold. HEX triplet: AC, 5A and 1B. RGB value is (172,90,27). Sum of RGB (Red+Green+Blue) = 172+90+27=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A1B is #53A5E4. Grayscale: #6B6B6B. Windows color (decimal): -5481957 or 1792684. OLE color: 1792684.
HSL color Cylindrical-coordinate representation of color #AC5A1B: hue angle of 26.07º 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 #AC5A1B is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 27 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.33 |
| HSL | 26.07º | 0.73% | 0.39% | - |
| HSV(B) | 26.07º | 0.84% | 0.67% | - |
| XYZ | 20.87 | 16.16 | 3.06 | - |
| YUV | 107.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 27 | 0 | 0.48 | 0.84 | 0.33 | 26.07 | 0.73 | 0.39 |
| Hex | AC | 5A | 1B | 0 | 30 | 54 | 21 | 1A | 49 | 27 |
| Octal | 254 | 132 | 33 | 0 | 60 | 124 | 41 | 32 | 111 | 47 |
| Binary | 10101100 | 1011010 | 11011 | 0 | 110000 | 1010100 | 100001 | 11010 | 1001001 | 100111 |
Color Harmonies of #AC5A1B
Complementary color
Monochromatic Colors of #AC5A1B
Black with #AC5A1B
Text Example
Text Example
White with #AC5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A1B; }
p { color: rgb(172,90,27); }
H1.HeaderClassName
{
color: #AC5A1B;
}
.AnyTagClassName
{
color: #AC5A1B;
}
</style>
background-color css
<style>
a { background-color: #AC5A1B; }
a { background-color: rgb(172,90,27); }
div.DivClassName
{
background-color: #AC5A1B;
}
.BgClassName
{
background-color: #AC5A1B;
}
</style>
border-color css
<style>
span { border-color: #AC5A1B; }
span { border-color: rgb(172,90,27); }
td.TdClassName
{
border-color: #AC5A1B;
}
.TagClassName
{
border-color: #AC5A1B;
}
</style>