Shades of Dark Goldenrod #AF8002
Tints of Dark Goldenrod #AF8002
RGB
CMYK
RGB Variations
Color information
#AF8002 (or 0xAF8002) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 02. RGB value is (175,128,2). Sum of RGB (Red+Green+Blue) = 175+128+2=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8002 is #507FFD. Grayscale: #808080. Windows color (decimal): -5275646 or 164015. OLE color: 164015.
HSL color Cylindrical-coordinate representation of color #AF8002: hue angle of 43.7º degrees, saturation: 0.98, 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 #AF8002 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.31 |
| HSL | 43.7º | 0.98% | 0.35% | - |
| HSV(B) | 43.7º | 0.99% | 0.69% | - |
| XYZ | 25.41 | 24.56 | 3.46 | - |
| YUV | 127.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 2 | 0 | 0.27 | 0.99 | 0.31 | 43.7 | 0.98 | 0.35 |
| Hex | AF | 80 | 2 | 0 | 1B | 63 | 1F | 2C | 62 | 23 |
| Octal | 257 | 200 | 2 | 0 | 33 | 143 | 37 | 54 | 142 | 43 |
| Binary | 10101111 | 10000000 | 10 | 0 | 11011 | 1100011 | 11111 | 101100 | 1100010 | 100011 |
Color Harmonies of #AF8002
Complementary color
Monochromatic Colors of #AF8002
Black with #AF8002
Text Example
Text Example
White with #AF8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8002; }
p { color: rgb(175,128,2); }
H1.HeaderClassName
{
color: #AF8002;
}
.AnyTagClassName
{
color: #AF8002;
}
</style>
background-color css
<style>
a { background-color: #AF8002; }
a { background-color: rgb(175,128,2); }
div.DivClassName
{
background-color: #AF8002;
}
.BgClassName
{
background-color: #AF8002;
}
</style>
border-color css
<style>
span { border-color: #AF8002; }
span { border-color: rgb(175,128,2); }
td.TdClassName
{
border-color: #AF8002;
}
.TagClassName
{
border-color: #AF8002;
}
</style>