Shades of Nugget #AF8723
Tints of Nugget #AF8723
RGB
CMYK
RGB Variations
Color information
#AF8723 (or 0xAF8723) is known color: Nugget. HEX triplet: AF, 87 and 23. RGB value is (175,135,35). Sum of RGB (Red+Green+Blue) = 175+135+35=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8723 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8723 is #5078DC. Grayscale: #878787. Windows color (decimal): -5273821 or 2328495. OLE color: 2328495.
HSL color Cylindrical-coordinate representation of color #AF8723: hue angle of 42.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF8723 is Cyan = 0, Magento = 0.23, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 35 | - |
| CMYK | 0 | 0.23 | 0.8 | 0.31 |
| HSL | 42.86º | 0.67% | 0.41% | - |
| HSV(B) | 42.86º | 0.8% | 0.69% | - |
| XYZ | 26.65 | 26.56 | 5.31 | - |
| YUV | 135.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 35 | 0 | 0.23 | 0.8 | 0.31 | 42.86 | 0.67 | 0.41 |
| Hex | AF | 87 | 23 | 0 | 17 | 50 | 1F | 2B | 43 | 29 |
| Octal | 257 | 207 | 43 | 0 | 27 | 120 | 37 | 53 | 103 | 51 |
| Binary | 10101111 | 10000111 | 100011 | 0 | 10111 | 1010000 | 11111 | 101011 | 1000011 | 101001 |
Color Harmonies of #AF8723
Complementary color
Monochromatic Colors of #AF8723
Black with #AF8723
Text Example
Text Example
White with #AF8723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8723; }
p { color: rgb(175,135,35); }
H1.HeaderClassName
{
color: #AF8723;
}
.AnyTagClassName
{
color: #AF8723;
}
</style>
background-color css
<style>
a { background-color: #AF8723; }
a { background-color: rgb(175,135,35); }
div.DivClassName
{
background-color: #AF8723;
}
.BgClassName
{
background-color: #AF8723;
}
</style>
border-color css
<style>
span { border-color: #AF8723; }
span { border-color: rgb(175,135,35); }
td.TdClassName
{
border-color: #AF8723;
}
.TagClassName
{
border-color: #AF8723;
}
</style>