Shades of Dark Goldenrod #AF8802
Tints of Dark Goldenrod #AF8802
RGB
CMYK
RGB Variations
Color information
#AF8802 (or 0xAF8802) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 02. RGB value is (175,136,2). Sum of RGB (Red+Green+Blue) = 175+136+2=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8802 is #5077FD. Grayscale: #848484. Windows color (decimal): -5273598 or 166063. OLE color: 166063.
HSL color Cylindrical-coordinate representation of color #AF8802: hue angle of 46.47º 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 #AF8802 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.31 |
| HSL | 46.47º | 0.98% | 0.35% | - |
| HSV(B) | 46.47º | 0.99% | 0.69% | - |
| XYZ | 26.49 | 26.73 | 3.82 | - |
| YUV | 132.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 2 | 0 | 0.22 | 0.99 | 0.31 | 46.47 | 0.98 | 0.35 |
| Hex | AF | 88 | 2 | 0 | 16 | 63 | 1F | 2E | 62 | 23 |
| Octal | 257 | 210 | 2 | 0 | 26 | 143 | 37 | 56 | 142 | 43 |
| Binary | 10101111 | 10001000 | 10 | 0 | 10110 | 1100011 | 11111 | 101110 | 1100010 | 100011 |
Color Harmonies of #AF8802
Complementary color
Monochromatic Colors of #AF8802
Black with #AF8802
Text Example
Text Example
White with #AF8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8802; }
p { color: rgb(175,136,2); }
H1.HeaderClassName
{
color: #AF8802;
}
.AnyTagClassName
{
color: #AF8802;
}
</style>
background-color css
<style>
a { background-color: #AF8802; }
a { background-color: rgb(175,136,2); }
div.DivClassName
{
background-color: #AF8802;
}
.BgClassName
{
background-color: #AF8802;
}
</style>
border-color css
<style>
span { border-color: #AF8802; }
span { border-color: rgb(175,136,2); }
td.TdClassName
{
border-color: #AF8802;
}
.TagClassName
{
border-color: #AF8802;
}
</style>