Shades of Roti #AF993C
Tints of Roti #AF993C
RGB
CMYK
RGB Variations
Color information
#AF993C (or 0xAF993C) is known color: Roti. HEX triplet: AF, 99 and 3C. RGB value is (175,153,60). Sum of RGB (Red+Green+Blue) = 175+153+60=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF993C is #5066C3. Grayscale: #959595. Windows color (decimal): -5269188 or 3971503. OLE color: 3971503.
HSL color Cylindrical-coordinate representation of color #AF993C: hue angle of 48.52º degrees, saturation: 0.49, 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 #AF993C is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 60 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.31 |
| HSL | 48.52º | 0.49% | 0.46% | - |
| HSV(B) | 48.52º | 0.66% | 0.69% | - |
| XYZ | 29.89 | 32.22 | 8.92 | - |
| YUV | 148.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 60 | 0 | 0.13 | 0.66 | 0.31 | 48.52 | 0.49 | 0.46 |
| Hex | AF | 99 | 3C | 0 | D | 42 | 1F | 31 | 31 | 2E |
| Octal | 257 | 231 | 74 | 0 | 15 | 102 | 37 | 61 | 61 | 56 |
| Binary | 10101111 | 10011001 | 111100 | 0 | 1101 | 1000010 | 11111 | 110001 | 110001 | 101110 |
Color Harmonies of #AF993C
Complementary color
Monochromatic Colors of #AF993C
Black with #AF993C
Text Example
Text Example
White with #AF993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF993C; }
p { color: rgb(175,153,60); }
H1.HeaderClassName
{
color: #AF993C;
}
.AnyTagClassName
{
color: #AF993C;
}
</style>
background-color css
<style>
a { background-color: #AF993C; }
a { background-color: rgb(175,153,60); }
div.DivClassName
{
background-color: #AF993C;
}
.BgClassName
{
background-color: #AF993C;
}
</style>
border-color css
<style>
span { border-color: #AF993C; }
span { border-color: rgb(175,153,60); }
td.TdClassName
{
border-color: #AF993C;
}
.TagClassName
{
border-color: #AF993C;
}
</style>