Shades of Roti #AF9A3A
Tints of Roti #AF9A3A
RGB
CMYK
RGB Variations
Color information
#AF9A3A (or 0xAF9A3A) is known color: Roti. HEX triplet: AF, 9A and 3A. RGB value is (175,154,58). Sum of RGB (Red+Green+Blue) = 175+154+58=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A3A is #5065C5. Grayscale: #959595. Windows color (decimal): -5268934 or 3840687. OLE color: 3840687.
HSL color Cylindrical-coordinate representation of color #AF9A3A: hue angle of 49.23º 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 #AF9A3A is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 58 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.31 |
| HSL | 49.23º | 0.5% | 0.46% | - |
| HSV(B) | 49.23º | 0.67% | 0.69% | - |
| XYZ | 30 | 32.53 | 8.7 | - |
| YUV | 149.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 58 | 0 | 0.12 | 0.67 | 0.31 | 49.23 | 0.5 | 0.46 |
| Hex | AF | 9A | 3A | 0 | C | 43 | 1F | 31 | 32 | 2E |
| Octal | 257 | 232 | 72 | 0 | 14 | 103 | 37 | 61 | 62 | 56 |
| Binary | 10101111 | 10011010 | 111010 | 0 | 1100 | 1000011 | 11111 | 110001 | 110010 | 101110 |
Color Harmonies of #AF9A3A
Complementary color
Monochromatic Colors of #AF9A3A
Black with #AF9A3A
Text Example
Text Example
White with #AF9A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A3A; }
p { color: rgb(175,154,58); }
H1.HeaderClassName
{
color: #AF9A3A;
}
.AnyTagClassName
{
color: #AF9A3A;
}
</style>
background-color css
<style>
a { background-color: #AF9A3A; }
a { background-color: rgb(175,154,58); }
div.DivClassName
{
background-color: #AF9A3A;
}
.BgClassName
{
background-color: #AF9A3A;
}
</style>
border-color css
<style>
span { border-color: #AF9A3A; }
span { border-color: rgb(175,154,58); }
td.TdClassName
{
border-color: #AF9A3A;
}
.TagClassName
{
border-color: #AF9A3A;
}
</style>