Shades of Turmeric #AF953A
Tints of Turmeric #AF953A
RGB
CMYK
RGB Variations
Color information
#AF953A (or 0xAF953A) is known color: Turmeric. HEX triplet: AF, 95 and 3A. RGB value is (175,149,58). Sum of RGB (Red+Green+Blue) = 175+149+58=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF953A is #506AC5. Grayscale: #929292. Windows color (decimal): -5270214 or 3839407. OLE color: 3839407.
HSL color Cylindrical-coordinate representation of color #AF953A: hue angle of 46.67º 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 #AF953A is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 58 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.31 |
| HSL | 46.67º | 0.5% | 0.46% | - |
| HSV(B) | 46.67º | 0.67% | 0.69% | - |
| XYZ | 29.19 | 30.91 | 8.43 | - |
| YUV | 146.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 58 | 0 | 0.15 | 0.67 | 0.31 | 46.67 | 0.5 | 0.46 |
| Hex | AF | 95 | 3A | 0 | F | 43 | 1F | 2F | 32 | 2E |
| Octal | 257 | 225 | 72 | 0 | 17 | 103 | 37 | 57 | 62 | 56 |
| Binary | 10101111 | 10010101 | 111010 | 0 | 1111 | 1000011 | 11111 | 101111 | 110010 | 101110 |
Color Harmonies of #AF953A
Complementary color
Monochromatic Colors of #AF953A
Black with #AF953A
Text Example
Text Example
White with #AF953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF953A; }
p { color: rgb(175,149,58); }
H1.HeaderClassName
{
color: #AF953A;
}
.AnyTagClassName
{
color: #AF953A;
}
</style>
background-color css
<style>
a { background-color: #AF953A; }
a { background-color: rgb(175,149,58); }
div.DivClassName
{
background-color: #AF953A;
}
.BgClassName
{
background-color: #AF953A;
}
</style>
border-color css
<style>
span { border-color: #AF953A; }
span { border-color: rgb(175,149,58); }
td.TdClassName
{
border-color: #AF953A;
}
.TagClassName
{
border-color: #AF953A;
}
</style>