Shades of Rich Gold #AE5D1B
Tints of Rich Gold #AE5D1B
RGB
CMYK
RGB Variations
Color information
#AE5D1B (or 0xAE5D1B) is known color: Rich Gold. HEX triplet: AE, 5D and 1B. RGB value is (174,93,27). Sum of RGB (Red+Green+Blue) = 174+93+27=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D1B is #51A2E4. Grayscale: #6E6E6E. Windows color (decimal): -5350117 or 1793454. OLE color: 1793454.
HSL color Cylindrical-coordinate representation of color #AE5D1B: hue angle of 26.94º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE5D1B is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 27 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.32 |
| HSL | 26.94º | 0.73% | 0.39% | - |
| HSV(B) | 26.94º | 0.84% | 0.68% | - |
| XYZ | 21.57 | 16.91 | 3.16 | - |
| YUV | 109.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 27 | 0 | 0.47 | 0.84 | 0.32 | 26.94 | 0.73 | 0.39 |
| Hex | AE | 5D | 1B | 0 | 2F | 54 | 20 | 1B | 49 | 27 |
| Octal | 256 | 135 | 33 | 0 | 57 | 124 | 40 | 33 | 111 | 47 |
| Binary | 10101110 | 1011101 | 11011 | 0 | 101111 | 1010100 | 100000 | 11011 | 1001001 | 100111 |
Color Harmonies of #AE5D1B
Complementary color
Monochromatic Colors of #AE5D1B
Black with #AE5D1B
Text Example
Text Example
White with #AE5D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D1B; }
p { color: rgb(174,93,27); }
H1.HeaderClassName
{
color: #AE5D1B;
}
.AnyTagClassName
{
color: #AE5D1B;
}
</style>
background-color css
<style>
a { background-color: #AE5D1B; }
a { background-color: rgb(174,93,27); }
div.DivClassName
{
background-color: #AE5D1B;
}
.BgClassName
{
background-color: #AE5D1B;
}
</style>
border-color css
<style>
span { border-color: #AE5D1B; }
span { border-color: rgb(174,93,27); }
td.TdClassName
{
border-color: #AE5D1B;
}
.TagClassName
{
border-color: #AE5D1B;
}
</style>