Shades of Roti #AF9B3A
Tints of Roti #AF9B3A
RGB
CMYK
RGB Variations
Color information
#AF9B3A (or 0xAF9B3A) is known color: Roti. HEX triplet: AF, 9B and 3A. RGB value is (175,155,58). Sum of RGB (Red+Green+Blue) = 175+155+58=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B3A is #5064C5. Grayscale: #969696. Windows color (decimal): -5268678 or 3840943. OLE color: 3840943.
HSL color Cylindrical-coordinate representation of color #AF9B3A: hue angle of 49.74º 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 #AF9B3A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 58 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.31 |
| HSL | 49.74º | 0.5% | 0.46% | - |
| HSV(B) | 49.74º | 0.67% | 0.69% | - |
| XYZ | 30.16 | 32.86 | 8.76 | - |
| YUV | 149.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 58 | 0 | 0.11 | 0.67 | 0.31 | 49.74 | 0.5 | 0.46 |
| Hex | AF | 9B | 3A | 0 | B | 43 | 1F | 32 | 32 | 2E |
| Octal | 257 | 233 | 72 | 0 | 13 | 103 | 37 | 62 | 62 | 56 |
| Binary | 10101111 | 10011011 | 111010 | 0 | 1011 | 1000011 | 11111 | 110010 | 110010 | 101110 |
Color Harmonies of #AF9B3A
Complementary color
Monochromatic Colors of #AF9B3A
Black with #AF9B3A
Text Example
Text Example
White with #AF9B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B3A; }
p { color: rgb(175,155,58); }
H1.HeaderClassName
{
color: #AF9B3A;
}
.AnyTagClassName
{
color: #AF9B3A;
}
</style>
background-color css
<style>
a { background-color: #AF9B3A; }
a { background-color: rgb(175,155,58); }
div.DivClassName
{
background-color: #AF9B3A;
}
.BgClassName
{
background-color: #AF9B3A;
}
</style>
border-color css
<style>
span { border-color: #AF9B3A; }
span { border-color: rgb(175,155,58); }
td.TdClassName
{
border-color: #AF9B3A;
}
.TagClassName
{
border-color: #AF9B3A;
}
</style>