Shades of Dark Goldenrod #AF770E
Tints of Dark Goldenrod #AF770E
RGB
CMYK
RGB Variations
Color information
#AF770E (or 0xAF770E) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 0E. RGB value is (175,119,14). Sum of RGB (Red+Green+Blue) = 175+119+14=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF770E is #5088F1. Grayscale: #7C7C7C. Windows color (decimal): -5277938 or 948143. OLE color: 948143.
HSL color Cylindrical-coordinate representation of color #AF770E: hue angle of 39.13º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF770E is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 14 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.31 |
| HSL | 39.13º | 0.85% | 0.37% | - |
| HSV(B) | 39.13º | 0.92% | 0.69% | - |
| XYZ | 24.36 | 22.34 | 3.44 | - |
| YUV | 123.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 14 | 0 | 0.32 | 0.92 | 0.31 | 39.13 | 0.85 | 0.37 |
| Hex | AF | 77 | E | 0 | 20 | 5C | 1F | 27 | 55 | 25 |
| Octal | 257 | 167 | 16 | 0 | 40 | 134 | 37 | 47 | 125 | 45 |
| Binary | 10101111 | 1110111 | 1110 | 0 | 100000 | 1011100 | 11111 | 100111 | 1010101 | 100101 |
Color Harmonies of #AF770E
Complementary color
Monochromatic Colors of #AF770E
Black with #AF770E
Text Example
Text Example
White with #AF770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF770E; }
p { color: rgb(175,119,14); }
H1.HeaderClassName
{
color: #AF770E;
}
.AnyTagClassName
{
color: #AF770E;
}
</style>
background-color css
<style>
a { background-color: #AF770E; }
a { background-color: rgb(175,119,14); }
div.DivClassName
{
background-color: #AF770E;
}
.BgClassName
{
background-color: #AF770E;
}
</style>
border-color css
<style>
span { border-color: #AF770E; }
span { border-color: rgb(175,119,14); }
td.TdClassName
{
border-color: #AF770E;
}
.TagClassName
{
border-color: #AF770E;
}
</style>