Shades of Dark Goldenrod #AF7602
Tints of Dark Goldenrod #AF7602
RGB
CMYK
RGB Variations
Color information
#AF7602 (or 0xAF7602) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 02. RGB value is (175,118,2). Sum of RGB (Red+Green+Blue) = 175+118+2=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7602 is #5089FD. Grayscale: #7A7A7A. Windows color (decimal): -5278206 or 161455. OLE color: 161455.
HSL color Cylindrical-coordinate representation of color #AF7602: hue angle of 40.23º degrees, saturation: 0.98, 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 #AF7602 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.31 |
| HSL | 40.23º | 0.98% | 0.35% | - |
| HSV(B) | 40.23º | 0.99% | 0.69% | - |
| XYZ | 24.17 | 22.08 | 3.04 | - |
| YUV | 121.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 2 | 0 | 0.33 | 0.99 | 0.31 | 40.23 | 0.98 | 0.35 |
| Hex | AF | 76 | 2 | 0 | 21 | 63 | 1F | 28 | 62 | 23 |
| Octal | 257 | 166 | 2 | 0 | 41 | 143 | 37 | 50 | 142 | 43 |
| Binary | 10101111 | 1110110 | 10 | 0 | 100001 | 1100011 | 11111 | 101000 | 1100010 | 100011 |
Color Harmonies of #AF7602
Complementary color
Monochromatic Colors of #AF7602
Black with #AF7602
Text Example
Text Example
White with #AF7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7602; }
p { color: rgb(175,118,2); }
H1.HeaderClassName
{
color: #AF7602;
}
.AnyTagClassName
{
color: #AF7602;
}
</style>
background-color css
<style>
a { background-color: #AF7602; }
a { background-color: rgb(175,118,2); }
div.DivClassName
{
background-color: #AF7602;
}
.BgClassName
{
background-color: #AF7602;
}
</style>
border-color css
<style>
span { border-color: #AF7602; }
span { border-color: rgb(175,118,2); }
td.TdClassName
{
border-color: #AF7602;
}
.TagClassName
{
border-color: #AF7602;
}
</style>