Shades of Dark Goldenrod #AF8C02
Tints of Dark Goldenrod #AF8C02
RGB
CMYK
RGB Variations
Color information
#AF8C02 (or 0xAF8C02) is known color: Dark Goldenrod. HEX triplet: AF, 8C and 02. RGB value is (175,140,2). Sum of RGB (Red+Green+Blue) = 175+140+2=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8C02 is #5073FD. Grayscale: #878787. Windows color (decimal): -5272574 or 167087. OLE color: 167087.
HSL color Cylindrical-coordinate representation of color #AF8C02: hue angle of 47.86º 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 #AF8C02 is Cyan = 0, Magento = 0.2, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 2 | - |
| CMYK | 0 | 0.2 | 0.99 | 0.31 |
| HSL | 47.86º | 0.98% | 0.35% | - |
| HSV(B) | 47.86º | 0.99% | 0.69% | - |
| XYZ | 27.07 | 27.87 | 4.01 | - |
| YUV | 134.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 2 | 0 | 0.2 | 0.99 | 0.31 | 47.86 | 0.98 | 0.35 |
| Hex | AF | 8C | 2 | 0 | 14 | 63 | 1F | 30 | 62 | 23 |
| Octal | 257 | 214 | 2 | 0 | 24 | 143 | 37 | 60 | 142 | 43 |
| Binary | 10101111 | 10001100 | 10 | 0 | 10100 | 1100011 | 11111 | 110000 | 1100010 | 100011 |
Color Harmonies of #AF8C02
Complementary color
Monochromatic Colors of #AF8C02
Black with #AF8C02
Text Example
Text Example
White with #AF8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C02; }
p { color: rgb(175,140,2); }
H1.HeaderClassName
{
color: #AF8C02;
}
.AnyTagClassName
{
color: #AF8C02;
}
</style>
background-color css
<style>
a { background-color: #AF8C02; }
a { background-color: rgb(175,140,2); }
div.DivClassName
{
background-color: #AF8C02;
}
.BgClassName
{
background-color: #AF8C02;
}
</style>
border-color css
<style>
span { border-color: #AF8C02; }
span { border-color: rgb(175,140,2); }
td.TdClassName
{
border-color: #AF8C02;
}
.TagClassName
{
border-color: #AF8C02;
}
</style>