Shades of Dark Goldenrod #AF8402
Tints of Dark Goldenrod #AF8402
RGB
CMYK
RGB Variations
Color information
#AF8402 (or 0xAF8402) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 02. RGB value is (175,132,2). Sum of RGB (Red+Green+Blue) = 175+132+2=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8402 is #507BFD. Grayscale: #828282. Windows color (decimal): -5274622 or 165039. OLE color: 165039.
HSL color Cylindrical-coordinate representation of color #AF8402: hue angle of 45.09º 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 #AF8402 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.31 |
| HSL | 45.09º | 0.98% | 0.35% | - |
| HSV(B) | 45.09º | 0.99% | 0.69% | - |
| XYZ | 25.94 | 25.62 | 3.64 | - |
| YUV | 130.04 | 55.75 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 2 | 0 | 0.25 | 0.99 | 0.31 | 45.09 | 0.98 | 0.35 |
| Hex | AF | 84 | 2 | 0 | 19 | 63 | 1F | 2D | 62 | 23 |
| Octal | 257 | 204 | 2 | 0 | 31 | 143 | 37 | 55 | 142 | 43 |
| Binary | 10101111 | 10000100 | 10 | 0 | 11001 | 1100011 | 11111 | 101101 | 1100010 | 100011 |
Color Harmonies of #AF8402
Complementary color
Monochromatic Colors of #AF8402
Black with #AF8402
Text Example
Text Example
White with #AF8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8402; }
p { color: rgb(175,132,2); }
H1.HeaderClassName
{
color: #AF8402;
}
.AnyTagClassName
{
color: #AF8402;
}
</style>
background-color css
<style>
a { background-color: #AF8402; }
a { background-color: rgb(175,132,2); }
div.DivClassName
{
background-color: #AF8402;
}
.BgClassName
{
background-color: #AF8402;
}
</style>
border-color css
<style>
span { border-color: #AF8402; }
span { border-color: rgb(175,132,2); }
td.TdClassName
{
border-color: #AF8402;
}
.TagClassName
{
border-color: #AF8402;
}
</style>