Shades of Dark Goldenrod #AF770B
Tints of Dark Goldenrod #AF770B
RGB
CMYK
RGB Variations
Color information
#AF770B (or 0xAF770B) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 0B. RGB value is (175,119,11). Sum of RGB (Red+Green+Blue) = 175+119+11=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF770B is #5088F4. Grayscale: #7B7B7B. Windows color (decimal): -5277941 or 751535. OLE color: 751535.
HSL color Cylindrical-coordinate representation of color #AF770B: hue angle of 39.51º 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 #AF770B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.31 |
| HSL | 39.51º | 0.88% | 0.36% | - |
| HSV(B) | 39.51º | 0.94% | 0.69% | - |
| XYZ | 24.34 | 22.33 | 3.34 | - |
| YUV | 123.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 11 | 0 | 0.32 | 0.94 | 0.31 | 39.51 | 0.88 | 0.36 |
| Hex | AF | 77 | B | 0 | 20 | 5E | 1F | 28 | 58 | 24 |
| Octal | 257 | 167 | 13 | 0 | 40 | 136 | 37 | 50 | 130 | 44 |
| Binary | 10101111 | 1110111 | 1011 | 0 | 100000 | 1011110 | 11111 | 101000 | 1011000 | 100100 |
Color Harmonies of #AF770B
Complementary color
Monochromatic Colors of #AF770B
Black with #AF770B
Text Example
Text Example
White with #AF770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF770B; }
p { color: rgb(175,119,11); }
H1.HeaderClassName
{
color: #AF770B;
}
.AnyTagClassName
{
color: #AF770B;
}
</style>
background-color css
<style>
a { background-color: #AF770B; }
a { background-color: rgb(175,119,11); }
div.DivClassName
{
background-color: #AF770B;
}
.BgClassName
{
background-color: #AF770B;
}
</style>
border-color css
<style>
span { border-color: #AF770B; }
span { border-color: rgb(175,119,11); }
td.TdClassName
{
border-color: #AF770B;
}
.TagClassName
{
border-color: #AF770B;
}
</style>