Shades of Nugget #AF8823
Tints of Nugget #AF8823
RGB
CMYK
RGB Variations
Color information
#AF8823 (or 0xAF8823) is known color: Nugget. HEX triplet: AF, 88 and 23. RGB value is (175,136,35). Sum of RGB (Red+Green+Blue) = 175+136+35=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8823 is #5077DC. Grayscale: #888888. Windows color (decimal): -5273565 or 2328751. OLE color: 2328751.
HSL color Cylindrical-coordinate representation of color #AF8823: hue angle of 43.29º 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 #AF8823 is Cyan = 0, Magento = 0.22, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 35 | - |
| CMYK | 0 | 0.22 | 0.8 | 0.31 |
| HSL | 43.29º | 0.67% | 0.41% | - |
| HSV(B) | 43.29º | 0.8% | 0.69% | - |
| XYZ | 26.79 | 26.84 | 5.36 | - |
| YUV | 136.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 35 | 0 | 0.22 | 0.8 | 0.31 | 43.29 | 0.67 | 0.41 |
| Hex | AF | 88 | 23 | 0 | 16 | 50 | 1F | 2B | 43 | 29 |
| Octal | 257 | 210 | 43 | 0 | 26 | 120 | 37 | 53 | 103 | 51 |
| Binary | 10101111 | 10001000 | 100011 | 0 | 10110 | 1010000 | 11111 | 101011 | 1000011 | 101001 |
Color Harmonies of #AF8823
Complementary color
Monochromatic Colors of #AF8823
Black with #AF8823
Text Example
Text Example
White with #AF8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8823; }
p { color: rgb(175,136,35); }
H1.HeaderClassName
{
color: #AF8823;
}
.AnyTagClassName
{
color: #AF8823;
}
</style>
background-color css
<style>
a { background-color: #AF8823; }
a { background-color: rgb(175,136,35); }
div.DivClassName
{
background-color: #AF8823;
}
.BgClassName
{
background-color: #AF8823;
}
</style>
border-color css
<style>
span { border-color: #AF8823; }
span { border-color: rgb(175,136,35); }
td.TdClassName
{
border-color: #AF8823;
}
.TagClassName
{
border-color: #AF8823;
}
</style>