Shades of Turmeric #AF943D
Tints of Turmeric #AF943D
RGB
CMYK
RGB Variations
Color information
#AF943D (or 0xAF943D) is known color: Turmeric. HEX triplet: AF, 94 and 3D. RGB value is (175,148,61). Sum of RGB (Red+Green+Blue) = 175+148+61=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF943D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF943D is #506BC2. Grayscale: #929292. Windows color (decimal): -5270467 or 4035759. OLE color: 4035759.
HSL color Cylindrical-coordinate representation of color #AF943D: hue angle of 45.79º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF943D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 61 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.31 |
| HSL | 45.79º | 0.48% | 0.46% | - |
| HSV(B) | 45.79º | 0.65% | 0.69% | - |
| XYZ | 29.11 | 30.63 | 8.79 | - |
| YUV | 146.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 61 | 0 | 0.15 | 0.65 | 0.31 | 45.79 | 0.48 | 0.46 |
| Hex | AF | 94 | 3D | 0 | F | 41 | 1F | 2E | 30 | 2E |
| Octal | 257 | 224 | 75 | 0 | 17 | 101 | 37 | 56 | 60 | 56 |
| Binary | 10101111 | 10010100 | 111101 | 0 | 1111 | 1000001 | 11111 | 101110 | 110000 | 101110 |
Color Harmonies of #AF943D
Complementary color
Monochromatic Colors of #AF943D
Black with #AF943D
Text Example
Text Example
White with #AF943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF943D; }
p { color: rgb(175,148,61); }
H1.HeaderClassName
{
color: #AF943D;
}
.AnyTagClassName
{
color: #AF943D;
}
</style>
background-color css
<style>
a { background-color: #AF943D; }
a { background-color: rgb(175,148,61); }
div.DivClassName
{
background-color: #AF943D;
}
.BgClassName
{
background-color: #AF943D;
}
</style>
border-color css
<style>
span { border-color: #AF943D; }
span { border-color: rgb(175,148,61); }
td.TdClassName
{
border-color: #AF943D;
}
.TagClassName
{
border-color: #AF943D;
}
</style>