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