Shades of Roti #AF993F
Tints of Roti #AF993F
RGB
CMYK
RGB Variations
Color information
#AF993F (or 0xAF993F) is known color: Roti. HEX triplet: AF, 99 and 3F. RGB value is (175,153,63). Sum of RGB (Red+Green+Blue) = 175+153+63=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF993F is #5066C0. Grayscale: #959595. Windows color (decimal): -5269185 or 4168111. OLE color: 4168111.
HSL color Cylindrical-coordinate representation of color #AF993F: hue angle of 48.21º 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 #AF993F is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 63 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.31 |
| HSL | 48.21º | 0.47% | 0.47% | - |
| HSV(B) | 48.21º | 0.64% | 0.69% | - |
| XYZ | 29.97 | 32.26 | 9.35 | - |
| YUV | 149.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 63 | 0 | 0.13 | 0.64 | 0.31 | 48.21 | 0.47 | 0.47 |
| Hex | AF | 99 | 3F | 0 | D | 40 | 1F | 30 | 2F | 2F |
| Octal | 257 | 231 | 77 | 0 | 15 | 100 | 37 | 60 | 57 | 57 |
| Binary | 10101111 | 10011001 | 111111 | 0 | 1101 | 1000000 | 11111 | 110000 | 101111 | 101111 |
Color Harmonies of #AF993F
Complementary color
Monochromatic Colors of #AF993F
Black with #AF993F
Text Example
Text Example
White with #AF993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF993F; }
p { color: rgb(175,153,63); }
H1.HeaderClassName
{
color: #AF993F;
}
.AnyTagClassName
{
color: #AF993F;
}
</style>
background-color css
<style>
a { background-color: #AF993F; }
a { background-color: rgb(175,153,63); }
div.DivClassName
{
background-color: #AF993F;
}
.BgClassName
{
background-color: #AF993F;
}
</style>
border-color css
<style>
span { border-color: #AF993F; }
span { border-color: rgb(175,153,63); }
td.TdClassName
{
border-color: #AF993F;
}
.TagClassName
{
border-color: #AF993F;
}
</style>