Shades of Roti #AE9B3F
Tints of Roti #AE9B3F
RGB
CMYK
RGB Variations
Color information
#AE9B3F (or 0xAE9B3F) is known color: Roti. HEX triplet: AE, 9B and 3F. RGB value is (174,155,63). Sum of RGB (Red+Green+Blue) = 174+155+63=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9B3F is #5164C0. Grayscale: #969696. Windows color (decimal): -5334209 or 4168622. OLE color: 4168622.
HSL color Cylindrical-coordinate representation of color #AE9B3F: hue angle of 49.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE9B3F is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 155 | 63 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.32 |
| HSL | 49.73º | 0.47% | 0.46% | - |
| HSV(B) | 49.73º | 0.64% | 0.68% | - |
| XYZ | 30.07 | 32.8 | 9.45 | - |
| YUV | 150.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 63 | 0 | 0.11 | 0.64 | 0.32 | 49.73 | 0.47 | 0.46 |
| Hex | AE | 9B | 3F | 0 | B | 40 | 20 | 32 | 2F | 2E |
| Octal | 256 | 233 | 77 | 0 | 13 | 100 | 40 | 62 | 57 | 56 |
| Binary | 10101110 | 10011011 | 111111 | 0 | 1011 | 1000000 | 100000 | 110010 | 101111 | 101110 |
Color Harmonies of #AE9B3F
Complementary color
Monochromatic Colors of #AE9B3F
Black with #AE9B3F
Text Example
Text Example
White with #AE9B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9B3F; }
p { color: rgb(174,155,63); }
H1.HeaderClassName
{
color: #AE9B3F;
}
.AnyTagClassName
{
color: #AE9B3F;
}
</style>
background-color css
<style>
a { background-color: #AE9B3F; }
a { background-color: rgb(174,155,63); }
div.DivClassName
{
background-color: #AE9B3F;
}
.BgClassName
{
background-color: #AE9B3F;
}
</style>
border-color css
<style>
span { border-color: #AE9B3F; }
span { border-color: rgb(174,155,63); }
td.TdClassName
{
border-color: #AE9B3F;
}
.TagClassName
{
border-color: #AE9B3F;
}
</style>