Shades of Dark Goldenrod #AE7700
Tints of Dark Goldenrod #AE7700
RGB
CMYK
RGB Variations
Color information
#AE7700 (or 0xAE7700) is known color: Dark Goldenrod. HEX triplet: AE, 77 and 00. RGB value is (174,119,0). Sum of RGB (Red+Green+Blue) = 174+119+0=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7700 is #5188FF. Grayscale: #7A7A7A. Windows color (decimal): -5343488 or 30638. OLE color: 30638.
HSL color Cylindrical-coordinate representation of color #AE7700: hue angle of 41.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE7700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.32 |
| HSL | 41.03º | 1% | 0.34% | - |
| HSV(B) | 41.03º | 1% | 0.68% | - |
| XYZ | 24.05 | 22.19 | 3.02 | - |
| YUV | 121.88 | 59.22 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 0 | 0 | 0.32 | 1 | 0.32 | 41.03 | 1 | 0.34 |
| Hex | AE | 77 | 0 | 0 | 20 | 64 | 20 | 29 | 64 | 22 |
| Octal | 256 | 167 | 0 | 0 | 40 | 144 | 40 | 51 | 144 | 42 |
| Binary | 10101110 | 1110111 | 0 | 0 | 100000 | 1100100 | 100000 | 101001 | 1100100 | 100010 |
Color Harmonies of #AE7700
Complementary color
Monochromatic Colors of #AE7700
Black with #AE7700
Text Example
Text Example
White with #AE7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7700; }
p { color: rgb(174,119,0); }
H1.HeaderClassName
{
color: #AE7700;
}
.AnyTagClassName
{
color: #AE7700;
}
</style>
background-color css
<style>
a { background-color: #AE7700; }
a { background-color: rgb(174,119,0); }
div.DivClassName
{
background-color: #AE7700;
}
.BgClassName
{
background-color: #AE7700;
}
</style>
border-color css
<style>
span { border-color: #AE7700; }
span { border-color: rgb(174,119,0); }
td.TdClassName
{
border-color: #AE7700;
}
.TagClassName
{
border-color: #AE7700;
}
</style>