Shades of Turmeric #AF923F
Tints of Turmeric #AF923F
RGB
CMYK
RGB Variations
Color information
#AF923F (or 0xAF923F) is known color: Turmeric. HEX triplet: AF, 92 and 3F. RGB value is (175,146,63). Sum of RGB (Red+Green+Blue) = 175+146+63=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF923F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF923F is #506DC0. Grayscale: #919191. Windows color (decimal): -5270977 or 4166319. OLE color: 4166319.
HSL color Cylindrical-coordinate representation of color #AF923F: hue angle of 44.46º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF923F is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 63 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.31 |
| HSL | 44.46º | 0.47% | 0.47% | - |
| HSV(B) | 44.46º | 0.64% | 0.69% | - |
| XYZ | 28.86 | 30.03 | 8.98 | - |
| YUV | 145.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 63 | 0 | 0.17 | 0.64 | 0.31 | 44.46 | 0.47 | 0.47 |
| Hex | AF | 92 | 3F | 0 | 11 | 40 | 1F | 2C | 2F | 2F |
| Octal | 257 | 222 | 77 | 0 | 21 | 100 | 37 | 54 | 57 | 57 |
| Binary | 10101111 | 10010010 | 111111 | 0 | 10001 | 1000000 | 11111 | 101100 | 101111 | 101111 |
Color Harmonies of #AF923F
Complementary color
Monochromatic Colors of #AF923F
Black with #AF923F
Text Example
Text Example
White with #AF923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF923F; }
p { color: rgb(175,146,63); }
H1.HeaderClassName
{
color: #AF923F;
}
.AnyTagClassName
{
color: #AF923F;
}
</style>
background-color css
<style>
a { background-color: #AF923F; }
a { background-color: rgb(175,146,63); }
div.DivClassName
{
background-color: #AF923F;
}
.BgClassName
{
background-color: #AF923F;
}
</style>
border-color css
<style>
span { border-color: #AF923F; }
span { border-color: rgb(175,146,63); }
td.TdClassName
{
border-color: #AF923F;
}
.TagClassName
{
border-color: #AF923F;
}
</style>