Shades of Dark Goldenrod #AF7601
Tints of Dark Goldenrod #AF7601
RGB
CMYK
RGB Variations
Color information
#AF7601 (or 0xAF7601) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 01. RGB value is (175,118,1). Sum of RGB (Red+Green+Blue) = 175+118+1=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7601 is #5089FE. Grayscale: #7A7A7A. Windows color (decimal): -5278207 or 95919. OLE color: 95919.
HSL color Cylindrical-coordinate representation of color #AF7601: hue angle of 40.34º 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 #AF7601 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.31 |
| HSL | 40.34º | 0.99% | 0.35% | - |
| HSV(B) | 40.34º | 0.99% | 0.69% | - |
| XYZ | 24.16 | 22.07 | 3.02 | - |
| YUV | 121.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 1 | 0 | 0.33 | 0.99 | 0.31 | 40.34 | 0.99 | 0.35 |
| Hex | AF | 76 | 1 | 0 | 21 | 63 | 1F | 28 | 63 | 23 |
| Octal | 257 | 166 | 1 | 0 | 41 | 143 | 37 | 50 | 143 | 43 |
| Binary | 10101111 | 1110110 | 1 | 0 | 100001 | 1100011 | 11111 | 101000 | 1100011 | 100011 |
Color Harmonies of #AF7601
Complementary color
Monochromatic Colors of #AF7601
Black with #AF7601
Text Example
Text Example
White with #AF7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7601; }
p { color: rgb(175,118,1); }
H1.HeaderClassName
{
color: #AF7601;
}
.AnyTagClassName
{
color: #AF7601;
}
</style>
background-color css
<style>
a { background-color: #AF7601; }
a { background-color: rgb(175,118,1); }
div.DivClassName
{
background-color: #AF7601;
}
.BgClassName
{
background-color: #AF7601;
}
</style>
border-color css
<style>
span { border-color: #AF7601; }
span { border-color: rgb(175,118,1); }
td.TdClassName
{
border-color: #AF7601;
}
.TagClassName
{
border-color: #AF7601;
}
</style>