Shades of Dark Goldenrod #AF770D
Tints of Dark Goldenrod #AF770D
RGB
CMYK
RGB Variations
Color information
#AF770D (or 0xAF770D) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 0D. RGB value is (175,119,13). Sum of RGB (Red+Green+Blue) = 175+119+13=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF770D is #5088F2. Grayscale: #7C7C7C. Windows color (decimal): -5277939 or 882607. OLE color: 882607.
HSL color Cylindrical-coordinate representation of color #AF770D: hue angle of 39.26º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF770D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.31 |
| HSL | 39.26º | 0.86% | 0.37% | - |
| HSV(B) | 39.26º | 0.93% | 0.69% | - |
| XYZ | 24.35 | 22.34 | 3.41 | - |
| YUV | 123.66 | 65.55 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 13 | 0 | 0.32 | 0.93 | 0.31 | 39.26 | 0.86 | 0.37 |
| Hex | AF | 77 | D | 0 | 20 | 5D | 1F | 27 | 56 | 25 |
| Octal | 257 | 167 | 15 | 0 | 40 | 135 | 37 | 47 | 126 | 45 |
| Binary | 10101111 | 1110111 | 1101 | 0 | 100000 | 1011101 | 11111 | 100111 | 1010110 | 100101 |
Color Harmonies of #AF770D
Complementary color
Monochromatic Colors of #AF770D
Black with #AF770D
Text Example
Text Example
White with #AF770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF770D; }
p { color: rgb(175,119,13); }
H1.HeaderClassName
{
color: #AF770D;
}
.AnyTagClassName
{
color: #AF770D;
}
</style>
background-color css
<style>
a { background-color: #AF770D; }
a { background-color: rgb(175,119,13); }
div.DivClassName
{
background-color: #AF770D;
}
.BgClassName
{
background-color: #AF770D;
}
</style>
border-color css
<style>
span { border-color: #AF770D; }
span { border-color: rgb(175,119,13); }
td.TdClassName
{
border-color: #AF770D;
}
.TagClassName
{
border-color: #AF770D;
}
</style>