Shades of Nugget #AF8921
Tints of Nugget #AF8921
RGB
CMYK
RGB Variations
Color information
#AF8921 (or 0xAF8921) is known color: Nugget. HEX triplet: AF, 89 and 21. RGB value is (175,137,33). Sum of RGB (Red+Green+Blue) = 175+137+33=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8921 is #5076DE. Grayscale: #888888. Windows color (decimal): -5273311 or 2197935. OLE color: 2197935.
HSL color Cylindrical-coordinate representation of color #AF8921: hue angle of 43.94º degrees, saturation: 0.68, 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 #AF8921 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 33 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.31 |
| HSL | 43.94º | 0.68% | 0.41% | - |
| HSV(B) | 43.94º | 0.81% | 0.69% | - |
| XYZ | 26.9 | 27.12 | 5.25 | - |
| YUV | 136.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 33 | 0 | 0.22 | 0.81 | 0.31 | 43.94 | 0.68 | 0.41 |
| Hex | AF | 89 | 21 | 0 | 16 | 51 | 1F | 2C | 44 | 29 |
| Octal | 257 | 211 | 41 | 0 | 26 | 121 | 37 | 54 | 104 | 51 |
| Binary | 10101111 | 10001001 | 100001 | 0 | 10110 | 1010001 | 11111 | 101100 | 1000100 | 101001 |
Color Harmonies of #AF8921
Complementary color
Monochromatic Colors of #AF8921
Black with #AF8921
Text Example
Text Example
White with #AF8921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8921; }
p { color: rgb(175,137,33); }
H1.HeaderClassName
{
color: #AF8921;
}
.AnyTagClassName
{
color: #AF8921;
}
</style>
background-color css
<style>
a { background-color: #AF8921; }
a { background-color: rgb(175,137,33); }
div.DivClassName
{
background-color: #AF8921;
}
.BgClassName
{
background-color: #AF8921;
}
</style>
border-color css
<style>
span { border-color: #AF8921; }
span { border-color: rgb(175,137,33); }
td.TdClassName
{
border-color: #AF8921;
}
.TagClassName
{
border-color: #AF8921;
}
</style>