Shades of Roti #AF993A
Tints of Roti #AF993A
RGB
CMYK
RGB Variations
Color information
#AF993A (or 0xAF993A) is known color: Roti. HEX triplet: AF, 99 and 3A. RGB value is (175,153,58). Sum of RGB (Red+Green+Blue) = 175+153+58=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF993A is #5066C5. Grayscale: #959595. Windows color (decimal): -5269190 or 3840431. OLE color: 3840431.
HSL color Cylindrical-coordinate representation of color #AF993A: hue angle of 48.72º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF993A is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 58 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.31 |
| HSL | 48.72º | 0.5% | 0.46% | - |
| HSV(B) | 48.72º | 0.67% | 0.69% | - |
| XYZ | 29.83 | 32.2 | 8.65 | - |
| YUV | 148.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 58 | 0 | 0.13 | 0.67 | 0.31 | 48.72 | 0.5 | 0.46 |
| Hex | AF | 99 | 3A | 0 | D | 43 | 1F | 31 | 32 | 2E |
| Octal | 257 | 231 | 72 | 0 | 15 | 103 | 37 | 61 | 62 | 56 |
| Binary | 10101111 | 10011001 | 111010 | 0 | 1101 | 1000011 | 11111 | 110001 | 110010 | 101110 |
Color Harmonies of #AF993A
Complementary color
Monochromatic Colors of #AF993A
Black with #AF993A
Text Example
Text Example
White with #AF993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF993A; }
p { color: rgb(175,153,58); }
H1.HeaderClassName
{
color: #AF993A;
}
.AnyTagClassName
{
color: #AF993A;
}
</style>
background-color css
<style>
a { background-color: #AF993A; }
a { background-color: rgb(175,153,58); }
div.DivClassName
{
background-color: #AF993A;
}
.BgClassName
{
background-color: #AF993A;
}
</style>
border-color css
<style>
span { border-color: #AF993A; }
span { border-color: rgb(175,153,58); }
td.TdClassName
{
border-color: #AF993A;
}
.TagClassName
{
border-color: #AF993A;
}
</style>