Shades of Nugget #AF8626
Tints of Nugget #AF8626
RGB
CMYK
RGB Variations
Color information
#AF8626 (or 0xAF8626) is known color: Nugget. HEX triplet: AF, 86 and 26. RGB value is (175,134,38). Sum of RGB (Red+Green+Blue) = 175+134+38=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8626 is #5079D9. Grayscale: #878787. Windows color (decimal): -5274074 or 2524847. OLE color: 2524847.
HSL color Cylindrical-coordinate representation of color #AF8626: hue angle of 42.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF8626 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 38 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.31 |
| HSL | 42.04º | 0.64% | 0.42% | - |
| HSV(B) | 42.04º | 0.78% | 0.69% | - |
| XYZ | 26.55 | 26.3 | 5.51 | - |
| YUV | 135.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 38 | 0 | 0.23 | 0.78 | 0.31 | 42.04 | 0.64 | 0.42 |
| Hex | AF | 86 | 26 | 0 | 17 | 4E | 1F | 2A | 40 | 2A |
| Octal | 257 | 206 | 46 | 0 | 27 | 116 | 37 | 52 | 100 | 52 |
| Binary | 10101111 | 10000110 | 100110 | 0 | 10111 | 1001110 | 11111 | 101010 | 1000000 | 101010 |
Color Harmonies of #AF8626
Complementary color
Monochromatic Colors of #AF8626
Black with #AF8626
Text Example
Text Example
White with #AF8626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8626; }
p { color: rgb(175,134,38); }
H1.HeaderClassName
{
color: #AF8626;
}
.AnyTagClassName
{
color: #AF8626;
}
</style>
background-color css
<style>
a { background-color: #AF8626; }
a { background-color: rgb(175,134,38); }
div.DivClassName
{
background-color: #AF8626;
}
.BgClassName
{
background-color: #AF8626;
}
</style>
border-color css
<style>
span { border-color: #AF8626; }
span { border-color: rgb(175,134,38); }
td.TdClassName
{
border-color: #AF8626;
}
.TagClassName
{
border-color: #AF8626;
}
</style>