Shades of Turmeric #AF913A
Tints of Turmeric #AF913A
RGB
CMYK
RGB Variations
Color information
#AF913A (or 0xAF913A) is known color: Turmeric. HEX triplet: AF, 91 and 3A. RGB value is (175,145,58). Sum of RGB (Red+Green+Blue) = 175+145+58=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF913A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF913A is #506EC5. Grayscale: #909090. Windows color (decimal): -5271238 or 3838383. OLE color: 3838383.
HSL color Cylindrical-coordinate representation of color #AF913A: hue angle of 44.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF913A is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 58 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.31 |
| HSL | 44.62º | 0.5% | 0.46% | - |
| HSV(B) | 44.62º | 0.67% | 0.69% | - |
| XYZ | 28.57 | 29.67 | 8.22 | - |
| YUV | 144.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 58 | 0 | 0.17 | 0.67 | 0.31 | 44.62 | 0.5 | 0.46 |
| Hex | AF | 91 | 3A | 0 | 11 | 43 | 1F | 2D | 32 | 2E |
| Octal | 257 | 221 | 72 | 0 | 21 | 103 | 37 | 55 | 62 | 56 |
| Binary | 10101111 | 10010001 | 111010 | 0 | 10001 | 1000011 | 11111 | 101101 | 110010 | 101110 |
Color Harmonies of #AF913A
Complementary color
Monochromatic Colors of #AF913A
Black with #AF913A
Text Example
Text Example
White with #AF913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF913A; }
p { color: rgb(175,145,58); }
H1.HeaderClassName
{
color: #AF913A;
}
.AnyTagClassName
{
color: #AF913A;
}
</style>
background-color css
<style>
a { background-color: #AF913A; }
a { background-color: rgb(175,145,58); }
div.DivClassName
{
background-color: #AF913A;
}
.BgClassName
{
background-color: #AF913A;
}
</style>
border-color css
<style>
span { border-color: #AF913A; }
span { border-color: rgb(175,145,58); }
td.TdClassName
{
border-color: #AF913A;
}
.TagClassName
{
border-color: #AF913A;
}
</style>