Shades of Roti #AF9A38
Tints of Roti #AF9A38
RGB
CMYK
RGB Variations
Color information
#AF9A38 (or 0xAF9A38) is known color: Roti. HEX triplet: AF, 9A and 38. RGB value is (175,154,56). Sum of RGB (Red+Green+Blue) = 175+154+56=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A38 is #5065C7. Grayscale: #959595. Windows color (decimal): -5268936 or 3709615. OLE color: 3709615.
HSL color Cylindrical-coordinate representation of color #AF9A38: hue angle of 49.41º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF9A38 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 56 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.31 |
| HSL | 49.41º | 0.52% | 0.45% | - |
| HSV(B) | 49.41º | 0.68% | 0.69% | - |
| XYZ | 29.95 | 32.51 | 8.44 | - |
| YUV | 149.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 56 | 0 | 0.12 | 0.68 | 0.31 | 49.41 | 0.52 | 0.45 |
| Hex | AF | 9A | 38 | 0 | C | 44 | 1F | 31 | 34 | 2D |
| Octal | 257 | 232 | 70 | 0 | 14 | 104 | 37 | 61 | 64 | 55 |
| Binary | 10101111 | 10011010 | 111000 | 0 | 1100 | 1000100 | 11111 | 110001 | 110100 | 101101 |
Color Harmonies of #AF9A38
Complementary color
Monochromatic Colors of #AF9A38
Black with #AF9A38
Text Example
Text Example
White with #AF9A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A38; }
p { color: rgb(175,154,56); }
H1.HeaderClassName
{
color: #AF9A38;
}
.AnyTagClassName
{
color: #AF9A38;
}
</style>
background-color css
<style>
a { background-color: #AF9A38; }
a { background-color: rgb(175,154,56); }
div.DivClassName
{
background-color: #AF9A38;
}
.BgClassName
{
background-color: #AF9A38;
}
</style>
border-color css
<style>
span { border-color: #AF9A38; }
span { border-color: rgb(175,154,56); }
td.TdClassName
{
border-color: #AF9A38;
}
.TagClassName
{
border-color: #AF9A38;
}
</style>