Shades of Turmeric #AF8A44
Tints of Turmeric #AF8A44
RGB
CMYK
RGB Variations
Color information
#AF8A44 (or 0xAF8A44) is known color: Turmeric. HEX triplet: AF, 8A and 44. RGB value is (175,138,68). Sum of RGB (Red+Green+Blue) = 175+138+68=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A44 is #5075BB. Grayscale: #8D8D8D. Windows color (decimal): -5273020 or 4491951. OLE color: 4491951.
HSL color Cylindrical-coordinate representation of color #AF8A44: hue angle of 39.25º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF8A44 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 68 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.31 |
| HSL | 39.25º | 0.44% | 0.48% | - |
| HSV(B) | 39.25º | 0.61% | 0.69% | - |
| XYZ | 27.81 | 27.71 | 9.35 | - |
| YUV | 141.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 68 | 0 | 0.21 | 0.61 | 0.31 | 39.25 | 0.44 | 0.48 |
| Hex | AF | 8A | 44 | 0 | 15 | 3D | 1F | 27 | 2C | 30 |
| Octal | 257 | 212 | 104 | 0 | 25 | 75 | 37 | 47 | 54 | 60 |
| Binary | 10101111 | 10001010 | 1000100 | 0 | 10101 | 111101 | 11111 | 100111 | 101100 | 110000 |
Color Harmonies of #AF8A44
Complementary color
Monochromatic Colors of #AF8A44
Black with #AF8A44
Text Example
Text Example
White with #AF8A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A44; }
p { color: rgb(175,138,68); }
H1.HeaderClassName
{
color: #AF8A44;
}
.AnyTagClassName
{
color: #AF8A44;
}
</style>
background-color css
<style>
a { background-color: #AF8A44; }
a { background-color: rgb(175,138,68); }
div.DivClassName
{
background-color: #AF8A44;
}
.BgClassName
{
background-color: #AF8A44;
}
</style>
border-color css
<style>
span { border-color: #AF8A44; }
span { border-color: rgb(175,138,68); }
td.TdClassName
{
border-color: #AF8A44;
}
.TagClassName
{
border-color: #AF8A44;
}
</style>