Shades of Dark Goldenrod #AE7B11
Tints of Dark Goldenrod #AE7B11
RGB
CMYK
RGB Variations
Color information
#AE7B11 (or 0xAE7B11) is known color: Dark Goldenrod. HEX triplet: AE, 7B and 11. RGB value is (174,123,17). Sum of RGB (Red+Green+Blue) = 174+123+17=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B11 is #5184EE. Grayscale: #7E7E7E. Windows color (decimal): -5342447 or 1145774. OLE color: 1145774.
HSL color Cylindrical-coordinate representation of color #AE7B11: hue angle of 40.51º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE7B11 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 17 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.32 |
| HSL | 40.51º | 0.82% | 0.37% | - |
| HSV(B) | 40.51º | 0.9% | 0.68% | - |
| XYZ | 24.64 | 23.21 | 3.71 | - |
| YUV | 126.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 17 | 0 | 0.29 | 0.90 | 0.32 | 40.51 | 0.82 | 0.37 |
| Hex | AE | 7B | 11 | 0 | 1D | 5A | 20 | 29 | 52 | 25 |
| Octal | 256 | 173 | 21 | 0 | 35 | 132 | 40 | 51 | 122 | 45 |
| Binary | 10101110 | 1111011 | 10001 | 0 | 11101 | 1011010 | 100000 | 101001 | 1010010 | 100101 |
Color Harmonies of #AE7B11
Complementary color
Monochromatic Colors of #AE7B11
Black with #AE7B11
Text Example
Text Example
White with #AE7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B11; }
p { color: rgb(174,123,17); }
H1.HeaderClassName
{
color: #AE7B11;
}
.AnyTagClassName
{
color: #AE7B11;
}
</style>
background-color css
<style>
a { background-color: #AE7B11; }
a { background-color: rgb(174,123,17); }
div.DivClassName
{
background-color: #AE7B11;
}
.BgClassName
{
background-color: #AE7B11;
}
</style>
border-color css
<style>
span { border-color: #AE7B11; }
span { border-color: rgb(174,123,17); }
td.TdClassName
{
border-color: #AE7B11;
}
.TagClassName
{
border-color: #AE7B11;
}
</style>