Shades of Dark Goldenrod #AF6C01
Tints of Dark Goldenrod #AF6C01
RGB
CMYK
RGB Variations
Color information
#AF6C01 (or 0xAF6C01) is known color: Dark Goldenrod. HEX triplet: AF, 6C and 01. RGB value is (175,108,1). Sum of RGB (Red+Green+Blue) = 175+108+1=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6C01 is #5093FE. Grayscale: #747474. Windows color (decimal): -5280767 or 93359. OLE color: 93359.
HSL color Cylindrical-coordinate representation of color #AF6C01: hue angle of 36.9º 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 #AF6C01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.31 |
| HSL | 36.9º | 0.99% | 0.35% | - |
| HSV(B) | 36.9º | 0.99% | 0.69% | - |
| XYZ | 23.05 | 19.84 | 2.64 | - |
| YUV | 115.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 1 | 0 | 0.38 | 0.99 | 0.31 | 36.9 | 0.99 | 0.35 |
| Hex | AF | 6C | 1 | 0 | 26 | 63 | 1F | 25 | 63 | 23 |
| Octal | 257 | 154 | 1 | 0 | 46 | 143 | 37 | 45 | 143 | 43 |
| Binary | 10101111 | 1101100 | 1 | 0 | 100110 | 1100011 | 11111 | 100101 | 1100011 | 100011 |
Color Harmonies of #AF6C01
Complementary color
Monochromatic Colors of #AF6C01
Black with #AF6C01
Text Example
Text Example
White with #AF6C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C01; }
p { color: rgb(175,108,1); }
H1.HeaderClassName
{
color: #AF6C01;
}
.AnyTagClassName
{
color: #AF6C01;
}
</style>
background-color css
<style>
a { background-color: #AF6C01; }
a { background-color: rgb(175,108,1); }
div.DivClassName
{
background-color: #AF6C01;
}
.BgClassName
{
background-color: #AF6C01;
}
</style>
border-color css
<style>
span { border-color: #AF6C01; }
span { border-color: rgb(175,108,1); }
td.TdClassName
{
border-color: #AF6C01;
}
.TagClassName
{
border-color: #AF6C01;
}
</style>