Shades of Dark Goldenrod #AF7701
Tints of Dark Goldenrod #AF7701
RGB
CMYK
RGB Variations
Color information
#AF7701 (or 0xAF7701) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 01. RGB value is (175,119,1). Sum of RGB (Red+Green+Blue) = 175+119+1=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7701 is #5088FE. Grayscale: #7A7A7A. Windows color (decimal): -5277951 or 96175. OLE color: 96175.
HSL color Cylindrical-coordinate representation of color #AF7701: hue angle of 40.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF7701 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.31 |
| HSL | 40.69º | 0.99% | 0.35% | - |
| HSV(B) | 40.69º | 0.99% | 0.69% | - |
| XYZ | 24.28 | 22.31 | 3.06 | - |
| YUV | 122.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 1 | 0 | 0.32 | 0.99 | 0.31 | 40.69 | 0.99 | 0.35 |
| Hex | AF | 77 | 1 | 0 | 20 | 63 | 1F | 29 | 63 | 23 |
| Octal | 257 | 167 | 1 | 0 | 40 | 143 | 37 | 51 | 143 | 43 |
| Binary | 10101111 | 1110111 | 1 | 0 | 100000 | 1100011 | 11111 | 101001 | 1100011 | 100011 |
Color Harmonies of #AF7701
Complementary color
Monochromatic Colors of #AF7701
Black with #AF7701
Text Example
Text Example
White with #AF7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7701; }
p { color: rgb(175,119,1); }
H1.HeaderClassName
{
color: #AF7701;
}
.AnyTagClassName
{
color: #AF7701;
}
</style>
background-color css
<style>
a { background-color: #AF7701; }
a { background-color: rgb(175,119,1); }
div.DivClassName
{
background-color: #AF7701;
}
.BgClassName
{
background-color: #AF7701;
}
</style>
border-color css
<style>
span { border-color: #AF7701; }
span { border-color: rgb(175,119,1); }
td.TdClassName
{
border-color: #AF7701;
}
.TagClassName
{
border-color: #AF7701;
}
</style>