Shades of Turmeric #AF953C
Tints of Turmeric #AF953C
RGB
CMYK
RGB Variations
Color information
#AF953C (or 0xAF953C) is known color: Turmeric. HEX triplet: AF, 95 and 3C. RGB value is (175,149,60). Sum of RGB (Red+Green+Blue) = 175+149+60=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF953C is #506AC3. Grayscale: #939393. Windows color (decimal): -5270212 or 3970479. OLE color: 3970479.
HSL color Cylindrical-coordinate representation of color #AF953C: hue angle of 46.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF953C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 60 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.31 |
| HSL | 46.43º | 0.49% | 0.46% | - |
| HSV(B) | 46.43º | 0.66% | 0.69% | - |
| XYZ | 29.24 | 30.94 | 8.7 | - |
| YUV | 146.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 60 | 0 | 0.15 | 0.66 | 0.31 | 46.43 | 0.49 | 0.46 |
| Hex | AF | 95 | 3C | 0 | F | 42 | 1F | 2E | 31 | 2E |
| Octal | 257 | 225 | 74 | 0 | 17 | 102 | 37 | 56 | 61 | 56 |
| Binary | 10101111 | 10010101 | 111100 | 0 | 1111 | 1000010 | 11111 | 101110 | 110001 | 101110 |
Color Harmonies of #AF953C
Complementary color
Monochromatic Colors of #AF953C
Black with #AF953C
Text Example
Text Example
White with #AF953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF953C; }
p { color: rgb(175,149,60); }
H1.HeaderClassName
{
color: #AF953C;
}
.AnyTagClassName
{
color: #AF953C;
}
</style>
background-color css
<style>
a { background-color: #AF953C; }
a { background-color: rgb(175,149,60); }
div.DivClassName
{
background-color: #AF953C;
}
.BgClassName
{
background-color: #AF953C;
}
</style>
border-color css
<style>
span { border-color: #AF953C; }
span { border-color: rgb(175,149,60); }
td.TdClassName
{
border-color: #AF953C;
}
.TagClassName
{
border-color: #AF953C;
}
</style>