Shades of Dark Goldenrod #AF7B0F
Tints of Dark Goldenrod #AF7B0F
RGB
CMYK
RGB Variations
Color information
#AF7B0F (or 0xAF7B0F) is known color: Dark Goldenrod. HEX triplet: AF, 7B and 0F. RGB value is (175,123,15). Sum of RGB (Red+Green+Blue) = 175+123+15=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7B0F is #5084F0. Grayscale: #7E7E7E. Windows color (decimal): -5276913 or 1014703. OLE color: 1014703.
HSL color Cylindrical-coordinate representation of color #AF7B0F: hue angle of 40.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF7B0F is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 15 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.31 |
| HSL | 40.5º | 0.84% | 0.37% | - |
| HSV(B) | 40.5º | 0.91% | 0.69% | - |
| XYZ | 24.85 | 23.31 | 3.64 | - |
| YUV | 126.24 | 65.23 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 15 | 0 | 0.30 | 0.91 | 0.31 | 40.5 | 0.84 | 0.37 |
| Hex | AF | 7B | F | 0 | 1E | 5B | 1F | 28 | 54 | 25 |
| Octal | 257 | 173 | 17 | 0 | 36 | 133 | 37 | 50 | 124 | 45 |
| Binary | 10101111 | 1111011 | 1111 | 0 | 11110 | 1011011 | 11111 | 101000 | 1010100 | 100101 |
Color Harmonies of #AF7B0F
Complementary color
Monochromatic Colors of #AF7B0F
Black with #AF7B0F
Text Example
Text Example
White with #AF7B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B0F; }
p { color: rgb(175,123,15); }
H1.HeaderClassName
{
color: #AF7B0F;
}
.AnyTagClassName
{
color: #AF7B0F;
}
</style>
background-color css
<style>
a { background-color: #AF7B0F; }
a { background-color: rgb(175,123,15); }
div.DivClassName
{
background-color: #AF7B0F;
}
.BgClassName
{
background-color: #AF7B0F;
}
</style>
border-color css
<style>
span { border-color: #AF7B0F; }
span { border-color: rgb(175,123,15); }
td.TdClassName
{
border-color: #AF7B0F;
}
.TagClassName
{
border-color: #AF7B0F;
}
</style>