Shades of Turmeric #AF953D
Tints of Turmeric #AF953D
RGB
CMYK
RGB Variations
Color information
#AF953D (or 0xAF953D) is known color: Turmeric. HEX triplet: AF, 95 and 3D. RGB value is (175,149,61). Sum of RGB (Red+Green+Blue) = 175+149+61=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF953D is #506AC2. Grayscale: #939393. Windows color (decimal): -5270211 or 4036015. OLE color: 4036015.
HSL color Cylindrical-coordinate representation of color #AF953D: hue angle of 46.32º 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 #AF953D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 61 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.31 |
| HSL | 46.32º | 0.48% | 0.46% | - |
| HSV(B) | 46.32º | 0.65% | 0.69% | - |
| XYZ | 29.27 | 30.95 | 8.85 | - |
| YUV | 146.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 61 | 0 | 0.15 | 0.65 | 0.31 | 46.32 | 0.48 | 0.46 |
| Hex | AF | 95 | 3D | 0 | F | 41 | 1F | 2E | 30 | 2E |
| Octal | 257 | 225 | 75 | 0 | 17 | 101 | 37 | 56 | 60 | 56 |
| Binary | 10101111 | 10010101 | 111101 | 0 | 1111 | 1000001 | 11111 | 101110 | 110000 | 101110 |
Color Harmonies of #AF953D
Complementary color
Monochromatic Colors of #AF953D
Black with #AF953D
Text Example
Text Example
White with #AF953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF953D; }
p { color: rgb(175,149,61); }
H1.HeaderClassName
{
color: #AF953D;
}
.AnyTagClassName
{
color: #AF953D;
}
</style>
background-color css
<style>
a { background-color: #AF953D; }
a { background-color: rgb(175,149,61); }
div.DivClassName
{
background-color: #AF953D;
}
.BgClassName
{
background-color: #AF953D;
}
</style>
border-color css
<style>
span { border-color: #AF953D; }
span { border-color: rgb(175,149,61); }
td.TdClassName
{
border-color: #AF953D;
}
.TagClassName
{
border-color: #AF953D;
}
</style>