Shades of Turmeric #AF923C
Tints of Turmeric #AF923C
RGB
CMYK
RGB Variations
Color information
#AF923C (or 0xAF923C) is known color: Turmeric. HEX triplet: AF, 92 and 3C. RGB value is (175,146,60). Sum of RGB (Red+Green+Blue) = 175+146+60=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF923C is #506DC3. Grayscale: #919191. Windows color (decimal): -5270980 or 3969711. OLE color: 3969711.
HSL color Cylindrical-coordinate representation of color #AF923C: hue angle of 44.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF923C is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 60 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.31 |
| HSL | 44.87º | 0.49% | 0.46% | - |
| HSV(B) | 44.87º | 0.66% | 0.69% | - |
| XYZ | 28.77 | 30 | 8.55 | - |
| YUV | 144.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 60 | 0 | 0.17 | 0.66 | 0.31 | 44.87 | 0.49 | 0.46 |
| Hex | AF | 92 | 3C | 0 | 11 | 42 | 1F | 2D | 31 | 2E |
| Octal | 257 | 222 | 74 | 0 | 21 | 102 | 37 | 55 | 61 | 56 |
| Binary | 10101111 | 10010010 | 111100 | 0 | 10001 | 1000010 | 11111 | 101101 | 110001 | 101110 |
Color Harmonies of #AF923C
Complementary color
Monochromatic Colors of #AF923C
Black with #AF923C
Text Example
Text Example
White with #AF923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF923C; }
p { color: rgb(175,146,60); }
H1.HeaderClassName
{
color: #AF923C;
}
.AnyTagClassName
{
color: #AF923C;
}
</style>
background-color css
<style>
a { background-color: #AF923C; }
a { background-color: rgb(175,146,60); }
div.DivClassName
{
background-color: #AF923C;
}
.BgClassName
{
background-color: #AF923C;
}
</style>
border-color css
<style>
span { border-color: #AF923C; }
span { border-color: rgb(175,146,60); }
td.TdClassName
{
border-color: #AF923C;
}
.TagClassName
{
border-color: #AF923C;
}
</style>