Shades of Dark Goldenrod #AF8001
Tints of Dark Goldenrod #AF8001
RGB
CMYK
RGB Variations
Color information
#AF8001 (or 0xAF8001) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 01. RGB value is (175,128,1). Sum of RGB (Red+Green+Blue) = 175+128+1=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8001 is #507FFE. Grayscale: #808080. Windows color (decimal): -5275647 or 98479. OLE color: 98479.
HSL color Cylindrical-coordinate representation of color #AF8001: hue angle of 43.79º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF8001 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.31 |
| HSL | 43.79º | 0.99% | 0.35% | - |
| HSV(B) | 43.79º | 0.99% | 0.69% | - |
| XYZ | 25.4 | 24.55 | 3.43 | - |
| YUV | 127.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 1 | 0 | 0.27 | 0.99 | 0.31 | 43.79 | 0.99 | 0.35 |
| Hex | AF | 80 | 1 | 0 | 1B | 63 | 1F | 2C | 63 | 23 |
| Octal | 257 | 200 | 1 | 0 | 33 | 143 | 37 | 54 | 143 | 43 |
| Binary | 10101111 | 10000000 | 1 | 0 | 11011 | 1100011 | 11111 | 101100 | 1100011 | 100011 |
Color Harmonies of #AF8001
Complementary color
Monochromatic Colors of #AF8001
Black with #AF8001
Text Example
Text Example
White with #AF8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8001; }
p { color: rgb(175,128,1); }
H1.HeaderClassName
{
color: #AF8001;
}
.AnyTagClassName
{
color: #AF8001;
}
</style>
background-color css
<style>
a { background-color: #AF8001; }
a { background-color: rgb(175,128,1); }
div.DivClassName
{
background-color: #AF8001;
}
.BgClassName
{
background-color: #AF8001;
}
</style>
border-color css
<style>
span { border-color: #AF8001; }
span { border-color: rgb(175,128,1); }
td.TdClassName
{
border-color: #AF8001;
}
.TagClassName
{
border-color: #AF8001;
}
</style>