Shades of Dark Goldenrod #AF8B01
Tints of Dark Goldenrod #AF8B01
RGB
CMYK
RGB Variations
Color information
#AF8B01 (or 0xAF8B01) is known color: Dark Goldenrod. HEX triplet: AF, 8B and 01. RGB value is (175,139,1). Sum of RGB (Red+Green+Blue) = 175+139+1=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8B01 is #5074FE. Grayscale: #868686. Windows color (decimal): -5272831 or 101295. OLE color: 101295.
HSL color Cylindrical-coordinate representation of color #AF8B01: hue angle of 47.59º 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 #AF8B01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.31 |
| HSL | 47.59º | 0.99% | 0.35% | - |
| HSV(B) | 47.59º | 0.99% | 0.69% | - |
| XYZ | 26.92 | 27.58 | 3.93 | - |
| YUV | 134.03 | 52.93 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 1 | 0 | 0.21 | 0.99 | 0.31 | 47.59 | 0.99 | 0.35 |
| Hex | AF | 8B | 1 | 0 | 15 | 63 | 1F | 30 | 63 | 23 |
| Octal | 257 | 213 | 1 | 0 | 25 | 143 | 37 | 60 | 143 | 43 |
| Binary | 10101111 | 10001011 | 1 | 0 | 10101 | 1100011 | 11111 | 110000 | 1100011 | 100011 |
Color Harmonies of #AF8B01
Complementary color
Monochromatic Colors of #AF8B01
Black with #AF8B01
Text Example
Text Example
White with #AF8B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B01; }
p { color: rgb(175,139,1); }
H1.HeaderClassName
{
color: #AF8B01;
}
.AnyTagClassName
{
color: #AF8B01;
}
</style>
background-color css
<style>
a { background-color: #AF8B01; }
a { background-color: rgb(175,139,1); }
div.DivClassName
{
background-color: #AF8B01;
}
.BgClassName
{
background-color: #AF8B01;
}
</style>
border-color css
<style>
span { border-color: #AF8B01; }
span { border-color: rgb(175,139,1); }
td.TdClassName
{
border-color: #AF8B01;
}
.TagClassName
{
border-color: #AF8B01;
}
</style>