Shades of Turmeric #AF963A
Tints of Turmeric #AF963A
RGB
CMYK
RGB Variations
Color information
#AF963A (or 0xAF963A) is known color: Turmeric. HEX triplet: AF, 96 and 3A. RGB value is (175,150,58). Sum of RGB (Red+Green+Blue) = 175+150+58=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF963A is #5069C5. Grayscale: #939393. Windows color (decimal): -5269958 or 3839663. OLE color: 3839663.
HSL color Cylindrical-coordinate representation of color #AF963A: hue angle of 47.18º 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 #AF963A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 58 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.31 |
| HSL | 47.18º | 0.5% | 0.46% | - |
| HSV(B) | 47.18º | 0.67% | 0.69% | - |
| XYZ | 29.35 | 31.23 | 8.48 | - |
| YUV | 146.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 58 | 0 | 0.14 | 0.67 | 0.31 | 47.18 | 0.5 | 0.46 |
| Hex | AF | 96 | 3A | 0 | E | 43 | 1F | 2F | 32 | 2E |
| Octal | 257 | 226 | 72 | 0 | 16 | 103 | 37 | 57 | 62 | 56 |
| Binary | 10101111 | 10010110 | 111010 | 0 | 1110 | 1000011 | 11111 | 101111 | 110010 | 101110 |
Color Harmonies of #AF963A
Complementary color
Monochromatic Colors of #AF963A
Black with #AF963A
Text Example
Text Example
White with #AF963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF963A; }
p { color: rgb(175,150,58); }
H1.HeaderClassName
{
color: #AF963A;
}
.AnyTagClassName
{
color: #AF963A;
}
</style>
background-color css
<style>
a { background-color: #AF963A; }
a { background-color: rgb(175,150,58); }
div.DivClassName
{
background-color: #AF963A;
}
.BgClassName
{
background-color: #AF963A;
}
</style>
border-color css
<style>
span { border-color: #AF963A; }
span { border-color: rgb(175,150,58); }
td.TdClassName
{
border-color: #AF963A;
}
.TagClassName
{
border-color: #AF963A;
}
</style>