Shades of Turmeric #AF953E
Tints of Turmeric #AF953E
RGB
CMYK
RGB Variations
Color information
#AF953E (or 0xAF953E) is known color: Turmeric. HEX triplet: AF, 95 and 3E. RGB value is (175,149,62). Sum of RGB (Red+Green+Blue) = 175+149+62=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF953E is #506AC1. Grayscale: #939393. Windows color (decimal): -5270210 or 4101551. OLE color: 4101551.
HSL color Cylindrical-coordinate representation of color #AF953E: hue angle of 46.19º 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 #AF953E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 62 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.31 |
| HSL | 46.19º | 0.48% | 0.46% | - |
| HSV(B) | 46.19º | 0.65% | 0.69% | - |
| XYZ | 29.3 | 30.96 | 8.99 | - |
| YUV | 146.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 62 | 0 | 0.15 | 0.65 | 0.31 | 46.19 | 0.48 | 0.46 |
| Hex | AF | 95 | 3E | 0 | F | 41 | 1F | 2E | 30 | 2E |
| Octal | 257 | 225 | 76 | 0 | 17 | 101 | 37 | 56 | 60 | 56 |
| Binary | 10101111 | 10010101 | 111110 | 0 | 1111 | 1000001 | 11111 | 101110 | 110000 | 101110 |
Color Harmonies of #AF953E
Complementary color
Monochromatic Colors of #AF953E
Black with #AF953E
Text Example
Text Example
White with #AF953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF953E; }
p { color: rgb(175,149,62); }
H1.HeaderClassName
{
color: #AF953E;
}
.AnyTagClassName
{
color: #AF953E;
}
</style>
background-color css
<style>
a { background-color: #AF953E; }
a { background-color: rgb(175,149,62); }
div.DivClassName
{
background-color: #AF953E;
}
.BgClassName
{
background-color: #AF953E;
}
</style>
border-color css
<style>
span { border-color: #AF953E; }
span { border-color: rgb(175,149,62); }
td.TdClassName
{
border-color: #AF953E;
}
.TagClassName
{
border-color: #AF953E;
}
</style>