Shades of Dark Goldenrod #AF7002
Tints of Dark Goldenrod #AF7002
RGB
CMYK
RGB Variations
Color information
#AF7002 (or 0xAF7002) is known color: Dark Goldenrod. HEX triplet: AF, 70 and 02. RGB value is (175,112,2). Sum of RGB (Red+Green+Blue) = 175+112+2=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7002 is #508FFD. Grayscale: #767676. Windows color (decimal): -5279742 or 159919. OLE color: 159919.
HSL color Cylindrical-coordinate representation of color #AF7002: hue angle of 38.15º 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 #AF7002 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.31 |
| HSL | 38.15º | 0.98% | 0.35% | - |
| HSV(B) | 38.15º | 0.99% | 0.69% | - |
| XYZ | 23.48 | 20.71 | 2.82 | - |
| YUV | 118.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 2 | 0 | 0.36 | 0.99 | 0.31 | 38.15 | 0.98 | 0.35 |
| Hex | AF | 70 | 2 | 0 | 24 | 63 | 1F | 26 | 62 | 23 |
| Octal | 257 | 160 | 2 | 0 | 44 | 143 | 37 | 46 | 142 | 43 |
| Binary | 10101111 | 1110000 | 10 | 0 | 100100 | 1100011 | 11111 | 100110 | 1100010 | 100011 |
Color Harmonies of #AF7002
Complementary color
Monochromatic Colors of #AF7002
Black with #AF7002
Text Example
Text Example
White with #AF7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7002; }
p { color: rgb(175,112,2); }
H1.HeaderClassName
{
color: #AF7002;
}
.AnyTagClassName
{
color: #AF7002;
}
</style>
background-color css
<style>
a { background-color: #AF7002; }
a { background-color: rgb(175,112,2); }
div.DivClassName
{
background-color: #AF7002;
}
.BgClassName
{
background-color: #AF7002;
}
</style>
border-color css
<style>
span { border-color: #AF7002; }
span { border-color: rgb(175,112,2); }
td.TdClassName
{
border-color: #AF7002;
}
.TagClassName
{
border-color: #AF7002;
}
</style>