Shades of Dark Goldenrod #AF7B15
Tints of Dark Goldenrod #AF7B15
RGB
CMYK
RGB Variations
Color information
#AF7B15 (or 0xAF7B15) is known color: Dark Goldenrod. HEX triplet: AF, 7B and 15. RGB value is (175,123,21). Sum of RGB (Red+Green+Blue) = 175+123+21=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7B15 is #5084EA. Grayscale: #7F7F7F. Windows color (decimal): -5276907 or 1407919. OLE color: 1407919.
HSL color Cylindrical-coordinate representation of color #AF7B15: hue angle of 39.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF7B15 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 21 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.31 |
| HSL | 39.74º | 0.79% | 0.38% | - |
| HSV(B) | 39.74º | 0.88% | 0.69% | - |
| XYZ | 24.9 | 23.33 | 3.9 | - |
| YUV | 126.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 21 | 0 | 0.30 | 0.88 | 0.31 | 39.74 | 0.79 | 0.38 |
| Hex | AF | 7B | 15 | 0 | 1E | 58 | 1F | 28 | 4F | 26 |
| Octal | 257 | 173 | 25 | 0 | 36 | 130 | 37 | 50 | 117 | 46 |
| Binary | 10101111 | 1111011 | 10101 | 0 | 11110 | 1011000 | 11111 | 101000 | 1001111 | 100110 |
Color Harmonies of #AF7B15
Complementary color
Monochromatic Colors of #AF7B15
Black with #AF7B15
Text Example
Text Example
White with #AF7B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B15; }
p { color: rgb(175,123,21); }
H1.HeaderClassName
{
color: #AF7B15;
}
.AnyTagClassName
{
color: #AF7B15;
}
</style>
background-color css
<style>
a { background-color: #AF7B15; }
a { background-color: rgb(175,123,21); }
div.DivClassName
{
background-color: #AF7B15;
}
.BgClassName
{
background-color: #AF7B15;
}
</style>
border-color css
<style>
span { border-color: #AF7B15; }
span { border-color: rgb(175,123,21); }
td.TdClassName
{
border-color: #AF7B15;
}
.TagClassName
{
border-color: #AF7B15;
}
</style>