Shades of Dark Goldenrod #AF8A1B
Tints of Dark Goldenrod #AF8A1B
RGB
CMYK
RGB Variations
Color information
#AF8A1B (or 0xAF8A1B) is known color: Dark Goldenrod. HEX triplet: AF, 8A and 1B. RGB value is (175,138,27). Sum of RGB (Red+Green+Blue) = 175+138+27=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A1B is #5075E4. Grayscale: #888888. Windows color (decimal): -5273061 or 1804975. OLE color: 1804975.
HSL color Cylindrical-coordinate representation of color #AF8A1B: hue angle of 45º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF8A1B is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 27 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.31 |
| HSL | 45º | 0.73% | 0.4% | - |
| HSV(B) | 45º | 0.85% | 0.69% | - |
| XYZ | 26.97 | 27.37 | 4.9 | - |
| YUV | 136.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 27 | 0 | 0.21 | 0.85 | 0.31 | 45 | 0.73 | 0.4 |
| Hex | AF | 8A | 1B | 0 | 15 | 55 | 1F | 2D | 49 | 28 |
| Octal | 257 | 212 | 33 | 0 | 25 | 125 | 37 | 55 | 111 | 50 |
| Binary | 10101111 | 10001010 | 11011 | 0 | 10101 | 1010101 | 11111 | 101101 | 1001001 | 101000 |
Color Harmonies of #AF8A1B
Complementary color
Monochromatic Colors of #AF8A1B
Black with #AF8A1B
Text Example
Text Example
White with #AF8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A1B; }
p { color: rgb(175,138,27); }
H1.HeaderClassName
{
color: #AF8A1B;
}
.AnyTagClassName
{
color: #AF8A1B;
}
</style>
background-color css
<style>
a { background-color: #AF8A1B; }
a { background-color: rgb(175,138,27); }
div.DivClassName
{
background-color: #AF8A1B;
}
.BgClassName
{
background-color: #AF8A1B;
}
</style>
border-color css
<style>
span { border-color: #AF8A1B; }
span { border-color: rgb(175,138,27); }
td.TdClassName
{
border-color: #AF8A1B;
}
.TagClassName
{
border-color: #AF8A1B;
}
</style>