Shades of Roti #AF983F
Tints of Roti #AF983F
RGB
CMYK
RGB Variations
Color information
#AF983F (or 0xAF983F) is known color: Roti. HEX triplet: AF, 98 and 3F. RGB value is (175,152,63). Sum of RGB (Red+Green+Blue) = 175+152+63=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF983F is #5067C0. Grayscale: #959595. Windows color (decimal): -5269441 or 4167855. OLE color: 4167855.
HSL color Cylindrical-coordinate representation of color #AF983F: hue angle of 47.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF983F is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 63 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.31 |
| HSL | 47.68º | 0.47% | 0.47% | - |
| HSV(B) | 47.68º | 0.64% | 0.69% | - |
| XYZ | 29.8 | 31.93 | 9.29 | - |
| YUV | 148.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 63 | 0 | 0.13 | 0.64 | 0.31 | 47.68 | 0.47 | 0.47 |
| Hex | AF | 98 | 3F | 0 | D | 40 | 1F | 30 | 2F | 2F |
| Octal | 257 | 230 | 77 | 0 | 15 | 100 | 37 | 60 | 57 | 57 |
| Binary | 10101111 | 10011000 | 111111 | 0 | 1101 | 1000000 | 11111 | 110000 | 101111 | 101111 |
Color Harmonies of #AF983F
Complementary color
Monochromatic Colors of #AF983F
Black with #AF983F
Text Example
Text Example
White with #AF983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF983F; }
p { color: rgb(175,152,63); }
H1.HeaderClassName
{
color: #AF983F;
}
.AnyTagClassName
{
color: #AF983F;
}
</style>
background-color css
<style>
a { background-color: #AF983F; }
a { background-color: rgb(175,152,63); }
div.DivClassName
{
background-color: #AF983F;
}
.BgClassName
{
background-color: #AF983F;
}
</style>
border-color css
<style>
span { border-color: #AF983F; }
span { border-color: rgb(175,152,63); }
td.TdClassName
{
border-color: #AF983F;
}
.TagClassName
{
border-color: #AF983F;
}
</style>