Shades of Dark Goldenrod #AF930B
Tints of Dark Goldenrod #AF930B
RGB
CMYK
RGB Variations
Color information
#AF930B (or 0xAF930B) is known color: Dark Goldenrod. HEX triplet: AF, 93 and 0B. RGB value is (175,147,11). Sum of RGB (Red+Green+Blue) = 175+147+11=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF930B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF930B is #506CF4. Grayscale: #8C8C8C. Windows color (decimal): -5270773 or 758703. OLE color: 758703.
HSL color Cylindrical-coordinate representation of color #AF930B: hue angle of 49.76º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF930B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 11 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.31 |
| HSL | 49.76º | 0.88% | 0.36% | - |
| HSV(B) | 49.76º | 0.94% | 0.69% | - |
| XYZ | 28.17 | 30.01 | 4.62 | - |
| YUV | 139.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 11 | 0 | 0.16 | 0.94 | 0.31 | 49.76 | 0.88 | 0.36 |
| Hex | AF | 93 | B | 0 | 10 | 5E | 1F | 32 | 58 | 24 |
| Octal | 257 | 223 | 13 | 0 | 20 | 136 | 37 | 62 | 130 | 44 |
| Binary | 10101111 | 10010011 | 1011 | 0 | 10000 | 1011110 | 11111 | 110010 | 1011000 | 100100 |
Color Harmonies of #AF930B
Complementary color
Monochromatic Colors of #AF930B
Black with #AF930B
Text Example
Text Example
White with #AF930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF930B; }
p { color: rgb(175,147,11); }
H1.HeaderClassName
{
color: #AF930B;
}
.AnyTagClassName
{
color: #AF930B;
}
</style>
background-color css
<style>
a { background-color: #AF930B; }
a { background-color: rgb(175,147,11); }
div.DivClassName
{
background-color: #AF930B;
}
.BgClassName
{
background-color: #AF930B;
}
</style>
border-color css
<style>
span { border-color: #AF930B; }
span { border-color: rgb(175,147,11); }
td.TdClassName
{
border-color: #AF930B;
}
.TagClassName
{
border-color: #AF930B;
}
</style>