Shades of Rich Gold #AE4D1B
Tints of Rich Gold #AE4D1B
RGB
CMYK
RGB Variations
Color information
#AE4D1B (or 0xAE4D1B) is known color: Rich Gold. HEX triplet: AE, 4D and 1B. RGB value is (174,77,27). Sum of RGB (Red+Green+Blue) = 174+77+27=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D1B is #51B2E4. Grayscale: #646464. Windows color (decimal): -5354213 or 1789358. OLE color: 1789358.
HSL color Cylindrical-coordinate representation of color #AE4D1B: hue angle of 20.41º 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 #AE4D1B is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 27 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.32 |
| HSL | 20.41º | 0.73% | 0.39% | - |
| HSV(B) | 20.41º | 0.84% | 0.68% | - |
| XYZ | 20.31 | 14.39 | 2.74 | - |
| YUV | 100.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 27 | 0 | 0.56 | 0.84 | 0.32 | 20.41 | 0.73 | 0.39 |
| Hex | AE | 4D | 1B | 0 | 38 | 54 | 20 | 14 | 49 | 27 |
| Octal | 256 | 115 | 33 | 0 | 70 | 124 | 40 | 24 | 111 | 47 |
| Binary | 10101110 | 1001101 | 11011 | 0 | 111000 | 1010100 | 100000 | 10100 | 1001001 | 100111 |
Color Harmonies of #AE4D1B
Complementary color
Monochromatic Colors of #AE4D1B
Black with #AE4D1B
Text Example
Text Example
White with #AE4D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D1B; }
p { color: rgb(174,77,27); }
H1.HeaderClassName
{
color: #AE4D1B;
}
.AnyTagClassName
{
color: #AE4D1B;
}
</style>
background-color css
<style>
a { background-color: #AE4D1B; }
a { background-color: rgb(174,77,27); }
div.DivClassName
{
background-color: #AE4D1B;
}
.BgClassName
{
background-color: #AE4D1B;
}
</style>
border-color css
<style>
span { border-color: #AE4D1B; }
span { border-color: rgb(174,77,27); }
td.TdClassName
{
border-color: #AE4D1B;
}
.TagClassName
{
border-color: #AE4D1B;
}
</style>