Shades of Dark Goldenrod #AF801A
Tints of Dark Goldenrod #AF801A
RGB
CMYK
RGB Variations
Color information
#AF801A (or 0xAF801A) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 1A. RGB value is (175,128,26). Sum of RGB (Red+Green+Blue) = 175+128+26=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF801A is #507FE5. Grayscale: #828282. Windows color (decimal): -5275622 or 1736879. OLE color: 1736879.
HSL color Cylindrical-coordinate representation of color #AF801A: hue angle of 41.07º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF801A is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 26 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.31 |
| HSL | 41.07º | 0.74% | 0.39% | - |
| HSV(B) | 41.07º | 0.85% | 0.69% | - |
| XYZ | 25.58 | 24.63 | 4.38 | - |
| YUV | 130.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 26 | 0 | 0.27 | 0.85 | 0.31 | 41.07 | 0.74 | 0.39 |
| Hex | AF | 80 | 1A | 0 | 1B | 55 | 1F | 29 | 4A | 27 |
| Octal | 257 | 200 | 32 | 0 | 33 | 125 | 37 | 51 | 112 | 47 |
| Binary | 10101111 | 10000000 | 11010 | 0 | 11011 | 1010101 | 11111 | 101001 | 1001010 | 100111 |
Color Harmonies of #AF801A
Complementary color
Monochromatic Colors of #AF801A
Black with #AF801A
Text Example
Text Example
White with #AF801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF801A; }
p { color: rgb(175,128,26); }
H1.HeaderClassName
{
color: #AF801A;
}
.AnyTagClassName
{
color: #AF801A;
}
</style>
background-color css
<style>
a { background-color: #AF801A; }
a { background-color: rgb(175,128,26); }
div.DivClassName
{
background-color: #AF801A;
}
.BgClassName
{
background-color: #AF801A;
}
</style>
border-color css
<style>
span { border-color: #AF801A; }
span { border-color: rgb(175,128,26); }
td.TdClassName
{
border-color: #AF801A;
}
.TagClassName
{
border-color: #AF801A;
}
</style>