Shades of Dark Goldenrod #AF8701
Tints of Dark Goldenrod #AF8701
RGB
CMYK
RGB Variations
Color information
#AF8701 (or 0xAF8701) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 01. RGB value is (175,135,1). Sum of RGB (Red+Green+Blue) = 175+135+1=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8701 is #5078FE. Grayscale: #848484. Windows color (decimal): -5273855 or 100271. OLE color: 100271.
HSL color Cylindrical-coordinate representation of color #AF8701: hue angle of 46.21º 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 #AF8701 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.31 |
| HSL | 46.21º | 0.99% | 0.35% | - |
| HSV(B) | 46.21º | 0.99% | 0.69% | - |
| XYZ | 26.35 | 26.44 | 3.74 | - |
| YUV | 131.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 1 | 0 | 0.23 | 0.99 | 0.31 | 46.21 | 0.99 | 0.35 |
| Hex | AF | 87 | 1 | 0 | 17 | 63 | 1F | 2E | 63 | 23 |
| Octal | 257 | 207 | 1 | 0 | 27 | 143 | 37 | 56 | 143 | 43 |
| Binary | 10101111 | 10000111 | 1 | 0 | 10111 | 1100011 | 11111 | 101110 | 1100011 | 100011 |
Color Harmonies of #AF8701
Complementary color
Monochromatic Colors of #AF8701
Black with #AF8701
Text Example
Text Example
White with #AF8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8701; }
p { color: rgb(175,135,1); }
H1.HeaderClassName
{
color: #AF8701;
}
.AnyTagClassName
{
color: #AF8701;
}
</style>
background-color css
<style>
a { background-color: #AF8701; }
a { background-color: rgb(175,135,1); }
div.DivClassName
{
background-color: #AF8701;
}
.BgClassName
{
background-color: #AF8701;
}
</style>
border-color css
<style>
span { border-color: #AF8701; }
span { border-color: rgb(175,135,1); }
td.TdClassName
{
border-color: #AF8701;
}
.TagClassName
{
border-color: #AF8701;
}
</style>