Shades of Nugget #AF8725
Tints of Nugget #AF8725
RGB
CMYK
RGB Variations
Color information
#AF8725 (or 0xAF8725) is known color: Nugget. HEX triplet: AF, 87 and 25. RGB value is (175,135,37). Sum of RGB (Red+Green+Blue) = 175+135+37=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8725 is #5078DA. Grayscale: #888888. Windows color (decimal): -5273819 or 2459567. OLE color: 2459567.
HSL color Cylindrical-coordinate representation of color #AF8725: hue angle of 42.61º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF8725 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 37 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.31 |
| HSL | 42.61º | 0.65% | 0.42% | - |
| HSV(B) | 42.61º | 0.79% | 0.69% | - |
| XYZ | 26.68 | 26.58 | 5.47 | - |
| YUV | 135.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 37 | 0 | 0.23 | 0.79 | 0.31 | 42.61 | 0.65 | 0.42 |
| Hex | AF | 87 | 25 | 0 | 17 | 4F | 1F | 2B | 41 | 2A |
| Octal | 257 | 207 | 45 | 0 | 27 | 117 | 37 | 53 | 101 | 52 |
| Binary | 10101111 | 10000111 | 100101 | 0 | 10111 | 1001111 | 11111 | 101011 | 1000001 | 101010 |
Color Harmonies of #AF8725
Complementary color
Monochromatic Colors of #AF8725
Black with #AF8725
Text Example
Text Example
White with #AF8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8725; }
p { color: rgb(175,135,37); }
H1.HeaderClassName
{
color: #AF8725;
}
.AnyTagClassName
{
color: #AF8725;
}
</style>
background-color css
<style>
a { background-color: #AF8725; }
a { background-color: rgb(175,135,37); }
div.DivClassName
{
background-color: #AF8725;
}
.BgClassName
{
background-color: #AF8725;
}
</style>
border-color css
<style>
span { border-color: #AF8725; }
span { border-color: rgb(175,135,37); }
td.TdClassName
{
border-color: #AF8725;
}
.TagClassName
{
border-color: #AF8725;
}
</style>