Shades of Dark Goldenrod #AF8F01
Tints of Dark Goldenrod #AF8F01
RGB
CMYK
RGB Variations
Color information
#AF8F01 (or 0xAF8F01) is known color: Dark Goldenrod. HEX triplet: AF, 8F and 01. RGB value is (175,143,1). Sum of RGB (Red+Green+Blue) = 175+143+1=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F01 is #5070FE. Grayscale: #888888. Windows color (decimal): -5271807 or 102319. OLE color: 102319.
HSL color Cylindrical-coordinate representation of color #AF8F01: hue angle of 48.97º 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 #AF8F01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.31 |
| HSL | 48.97º | 0.99% | 0.35% | - |
| HSV(B) | 48.97º | 0.99% | 0.69% | - |
| XYZ | 27.51 | 28.76 | 4.13 | - |
| YUV | 136.38 | 51.6 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 1 | 0 | 0.18 | 0.99 | 0.31 | 48.97 | 0.99 | 0.35 |
| Hex | AF | 8F | 1 | 0 | 12 | 63 | 1F | 31 | 63 | 23 |
| Octal | 257 | 217 | 1 | 0 | 22 | 143 | 37 | 61 | 143 | 43 |
| Binary | 10101111 | 10001111 | 1 | 0 | 10010 | 1100011 | 11111 | 110001 | 1100011 | 100011 |
Color Harmonies of #AF8F01
Complementary color
Monochromatic Colors of #AF8F01
Black with #AF8F01
Text Example
Text Example
White with #AF8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F01; }
p { color: rgb(175,143,1); }
H1.HeaderClassName
{
color: #AF8F01;
}
.AnyTagClassName
{
color: #AF8F01;
}
</style>
background-color css
<style>
a { background-color: #AF8F01; }
a { background-color: rgb(175,143,1); }
div.DivClassName
{
background-color: #AF8F01;
}
.BgClassName
{
background-color: #AF8F01;
}
</style>
border-color css
<style>
span { border-color: #AF8F01; }
span { border-color: rgb(175,143,1); }
td.TdClassName
{
border-color: #AF8F01;
}
.TagClassName
{
border-color: #AF8F01;
}
</style>