Shades of Dark Goldenrod #AF871C
Tints of Dark Goldenrod #AF871C
RGB
CMYK
RGB Variations
Color information
#AF871C (or 0xAF871C) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 1C. RGB value is (175,135,28). Sum of RGB (Red+Green+Blue) = 175+135+28=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF871C is #5078E3. Grayscale: #878787. Windows color (decimal): -5273828 or 1869743. OLE color: 1869743.
HSL color Cylindrical-coordinate representation of color #AF871C: hue angle of 43.67º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF871C is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 28 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.31 |
| HSL | 43.67º | 0.72% | 0.4% | - |
| HSV(B) | 43.67º | 0.84% | 0.69% | - |
| XYZ | 26.55 | 26.53 | 4.82 | - |
| YUV | 134.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 28 | 0 | 0.23 | 0.84 | 0.31 | 43.67 | 0.72 | 0.4 |
| Hex | AF | 87 | 1C | 0 | 17 | 54 | 1F | 2C | 48 | 28 |
| Octal | 257 | 207 | 34 | 0 | 27 | 124 | 37 | 54 | 110 | 50 |
| Binary | 10101111 | 10000111 | 11100 | 0 | 10111 | 1010100 | 11111 | 101100 | 1001000 | 101000 |
Color Harmonies of #AF871C
Complementary color
Monochromatic Colors of #AF871C
Black with #AF871C
Text Example
Text Example
White with #AF871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF871C; }
p { color: rgb(175,135,28); }
H1.HeaderClassName
{
color: #AF871C;
}
.AnyTagClassName
{
color: #AF871C;
}
</style>
background-color css
<style>
a { background-color: #AF871C; }
a { background-color: rgb(175,135,28); }
div.DivClassName
{
background-color: #AF871C;
}
.BgClassName
{
background-color: #AF871C;
}
</style>
border-color css
<style>
span { border-color: #AF871C; }
span { border-color: rgb(175,135,28); }
td.TdClassName
{
border-color: #AF871C;
}
.TagClassName
{
border-color: #AF871C;
}
</style>