Shades of Roti #AF993B
Tints of Roti #AF993B
RGB
CMYK
RGB Variations
Color information
#AF993B (or 0xAF993B) is known color: Roti. HEX triplet: AF, 99 and 3B. RGB value is (175,153,59). Sum of RGB (Red+Green+Blue) = 175+153+59=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF993B is #5066C4. Grayscale: #959595. Windows color (decimal): -5269189 or 3905967. OLE color: 3905967.
HSL color Cylindrical-coordinate representation of color #AF993B: hue angle of 48.62º degrees, saturation: 0.5, 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 #AF993B is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 59 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.31 |
| HSL | 48.62º | 0.5% | 0.46% | - |
| HSV(B) | 48.62º | 0.66% | 0.69% | - |
| XYZ | 29.86 | 32.21 | 8.78 | - |
| YUV | 148.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 59 | 0 | 0.13 | 0.66 | 0.31 | 48.62 | 0.5 | 0.46 |
| Hex | AF | 99 | 3B | 0 | D | 42 | 1F | 31 | 32 | 2E |
| Octal | 257 | 231 | 73 | 0 | 15 | 102 | 37 | 61 | 62 | 56 |
| Binary | 10101111 | 10011001 | 111011 | 0 | 1101 | 1000010 | 11111 | 110001 | 110010 | 101110 |
Color Harmonies of #AF993B
Complementary color
Monochromatic Colors of #AF993B
Black with #AF993B
Text Example
Text Example
White with #AF993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF993B; }
p { color: rgb(175,153,59); }
H1.HeaderClassName
{
color: #AF993B;
}
.AnyTagClassName
{
color: #AF993B;
}
</style>
background-color css
<style>
a { background-color: #AF993B; }
a { background-color: rgb(175,153,59); }
div.DivClassName
{
background-color: #AF993B;
}
.BgClassName
{
background-color: #AF993B;
}
</style>
border-color css
<style>
span { border-color: #AF993B; }
span { border-color: rgb(175,153,59); }
td.TdClassName
{
border-color: #AF993B;
}
.TagClassName
{
border-color: #AF993B;
}
</style>