Shades of Dark Goldenrod #AF9501
Tints of Dark Goldenrod #AF9501
RGB
CMYK
RGB Variations
Color information
#AF9501 (or 0xAF9501) is known color: Dark Goldenrod. HEX triplet: AF, 95 and 01. RGB value is (175,149,1). Sum of RGB (Red+Green+Blue) = 175+149+1=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9501 is #506AFE. Grayscale: #8C8C8C. Windows color (decimal): -5270271 or 103855. OLE color: 103855.
HSL color Cylindrical-coordinate representation of color #AF9501: hue angle of 51.03º 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 #AF9501 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.31 |
| HSL | 51.03º | 0.99% | 0.35% | - |
| HSV(B) | 51.03º | 0.99% | 0.69% | - |
| XYZ | 28.43 | 30.61 | 4.44 | - |
| YUV | 139.9 | 49.61 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 1 | 0 | 0.15 | 0.99 | 0.31 | 51.03 | 0.99 | 0.35 |
| Hex | AF | 95 | 1 | 0 | F | 63 | 1F | 33 | 63 | 23 |
| Octal | 257 | 225 | 1 | 0 | 17 | 143 | 37 | 63 | 143 | 43 |
| Binary | 10101111 | 10010101 | 1 | 0 | 1111 | 1100011 | 11111 | 110011 | 1100011 | 100011 |
Color Harmonies of #AF9501
Complementary color
Monochromatic Colors of #AF9501
Black with #AF9501
Text Example
Text Example
White with #AF9501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9501; }
p { color: rgb(175,149,1); }
H1.HeaderClassName
{
color: #AF9501;
}
.AnyTagClassName
{
color: #AF9501;
}
</style>
background-color css
<style>
a { background-color: #AF9501; }
a { background-color: rgb(175,149,1); }
div.DivClassName
{
background-color: #AF9501;
}
.BgClassName
{
background-color: #AF9501;
}
</style>
border-color css
<style>
span { border-color: #AF9501; }
span { border-color: rgb(175,149,1); }
td.TdClassName
{
border-color: #AF9501;
}
.TagClassName
{
border-color: #AF9501;
}
</style>