Shades of Dark Goldenrod #AF9901
Tints of Dark Goldenrod #AF9901
RGB
CMYK
RGB Variations
Color information
#AF9901 (or 0xAF9901) is known color: Dark Goldenrod. HEX triplet: AF, 99 and 01. RGB value is (175,153,1). Sum of RGB (Red+Green+Blue) = 175+153+1=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9901 is #5066FE. Grayscale: #8E8E8E. Windows color (decimal): -5269247 or 104879. OLE color: 104879.
HSL color Cylindrical-coordinate representation of color #AF9901: hue angle of 52.41º 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 #AF9901 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.31 |
| HSL | 52.41º | 0.99% | 0.35% | - |
| HSV(B) | 52.41º | 0.99% | 0.69% | - |
| XYZ | 29.08 | 31.9 | 4.65 | - |
| YUV | 142.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 1 | 0 | 0.13 | 0.99 | 0.31 | 52.41 | 0.99 | 0.35 |
| Hex | AF | 99 | 1 | 0 | D | 63 | 1F | 34 | 63 | 23 |
| Octal | 257 | 231 | 1 | 0 | 15 | 143 | 37 | 64 | 143 | 43 |
| Binary | 10101111 | 10011001 | 1 | 0 | 1101 | 1100011 | 11111 | 110100 | 1100011 | 100011 |
Color Harmonies of #AF9901
Complementary color
Monochromatic Colors of #AF9901
Black with #AF9901
Text Example
Text Example
White with #AF9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9901; }
p { color: rgb(175,153,1); }
H1.HeaderClassName
{
color: #AF9901;
}
.AnyTagClassName
{
color: #AF9901;
}
</style>
background-color css
<style>
a { background-color: #AF9901; }
a { background-color: rgb(175,153,1); }
div.DivClassName
{
background-color: #AF9901;
}
.BgClassName
{
background-color: #AF9901;
}
</style>
border-color css
<style>
span { border-color: #AF9901; }
span { border-color: rgb(175,153,1); }
td.TdClassName
{
border-color: #AF9901;
}
.TagClassName
{
border-color: #AF9901;
}
</style>