Shades of Dark Goldenrod #AF9101
Tints of Dark Goldenrod #AF9101
RGB
CMYK
RGB Variations
Color information
#AF9101 (or 0xAF9101) is known color: Dark Goldenrod. HEX triplet: AF, 91 and 01. RGB value is (175,145,1). Sum of RGB (Red+Green+Blue) = 175+145+1=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9101 is #506EFE. Grayscale: #8A8A8A. Windows color (decimal): -5271295 or 102831. OLE color: 102831.
HSL color Cylindrical-coordinate representation of color #AF9101: hue angle of 49.66º 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 #AF9101 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.31 |
| HSL | 49.66º | 0.99% | 0.35% | - |
| HSV(B) | 49.66º | 0.99% | 0.69% | - |
| XYZ | 27.81 | 29.37 | 4.23 | - |
| YUV | 137.55 | 50.94 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 1 | 0 | 0.17 | 0.99 | 0.31 | 49.66 | 0.99 | 0.35 |
| Hex | AF | 91 | 1 | 0 | 11 | 63 | 1F | 32 | 63 | 23 |
| Octal | 257 | 221 | 1 | 0 | 21 | 143 | 37 | 62 | 143 | 43 |
| Binary | 10101111 | 10010001 | 1 | 0 | 10001 | 1100011 | 11111 | 110010 | 1100011 | 100011 |
Color Harmonies of #AF9101
Complementary color
Monochromatic Colors of #AF9101
Black with #AF9101
Text Example
Text Example
White with #AF9101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9101; }
p { color: rgb(175,145,1); }
H1.HeaderClassName
{
color: #AF9101;
}
.AnyTagClassName
{
color: #AF9101;
}
</style>
background-color css
<style>
a { background-color: #AF9101; }
a { background-color: rgb(175,145,1); }
div.DivClassName
{
background-color: #AF9101;
}
.BgClassName
{
background-color: #AF9101;
}
</style>
border-color css
<style>
span { border-color: #AF9101; }
span { border-color: rgb(175,145,1); }
td.TdClassName
{
border-color: #AF9101;
}
.TagClassName
{
border-color: #AF9101;
}
</style>