Shades of Nugget #AF8722
Tints of Nugget #AF8722
RGB
CMYK
RGB Variations
Color information
#AF8722 (or 0xAF8722) is known color: Nugget. HEX triplet: AF, 87 and 22. RGB value is (175,135,34). Sum of RGB (Red+Green+Blue) = 175+135+34=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8722 is #5078DD. Grayscale: #878787. Windows color (decimal): -5273822 or 2262959. OLE color: 2262959.
HSL color Cylindrical-coordinate representation of color #AF8722: hue angle of 42.98º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF8722 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 34 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.31 |
| HSL | 42.98º | 0.67% | 0.41% | - |
| HSV(B) | 42.98º | 0.81% | 0.69% | - |
| XYZ | 26.63 | 26.56 | 5.24 | - |
| YUV | 135.45 | 70.75 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 34 | 0 | 0.23 | 0.81 | 0.31 | 42.98 | 0.67 | 0.41 |
| Hex | AF | 87 | 22 | 0 | 17 | 51 | 1F | 2B | 43 | 29 |
| Octal | 257 | 207 | 42 | 0 | 27 | 121 | 37 | 53 | 103 | 51 |
| Binary | 10101111 | 10000111 | 100010 | 0 | 10111 | 1010001 | 11111 | 101011 | 1000011 | 101001 |
Color Harmonies of #AF8722
Complementary color
Monochromatic Colors of #AF8722
Black with #AF8722
Text Example
Text Example
White with #AF8722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8722; }
p { color: rgb(175,135,34); }
H1.HeaderClassName
{
color: #AF8722;
}
.AnyTagClassName
{
color: #AF8722;
}
</style>
background-color css
<style>
a { background-color: #AF8722; }
a { background-color: rgb(175,135,34); }
div.DivClassName
{
background-color: #AF8722;
}
.BgClassName
{
background-color: #AF8722;
}
</style>
border-color css
<style>
span { border-color: #AF8722; }
span { border-color: rgb(175,135,34); }
td.TdClassName
{
border-color: #AF8722;
}
.TagClassName
{
border-color: #AF8722;
}
</style>