Shades of Roti #AE993E
Tints of Roti #AE993E
RGB
CMYK
RGB Variations
Color information
#AE993E (or 0xAE993E) is known color: Roti. HEX triplet: AE, 99 and 3E. RGB value is (174,153,62). Sum of RGB (Red+Green+Blue) = 174+153+62=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE993E is #5166C1. Grayscale: #959595. Windows color (decimal): -5334722 or 4102574. OLE color: 4102574.
HSL color Cylindrical-coordinate representation of color #AE993E: hue angle of 48.75º 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 #AE993E is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 62 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.32 |
| HSL | 48.75º | 0.47% | 0.46% | - |
| HSV(B) | 48.75º | 0.64% | 0.68% | - |
| XYZ | 29.72 | 32.13 | 9.19 | - |
| YUV | 148.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 62 | 0 | 0.12 | 0.64 | 0.32 | 48.75 | 0.47 | 0.46 |
| Hex | AE | 99 | 3E | 0 | C | 40 | 20 | 31 | 2F | 2E |
| Octal | 256 | 231 | 76 | 0 | 14 | 100 | 40 | 61 | 57 | 56 |
| Binary | 10101110 | 10011001 | 111110 | 0 | 1100 | 1000000 | 100000 | 110001 | 101111 | 101110 |
Color Harmonies of #AE993E
Complementary color
Monochromatic Colors of #AE993E
Black with #AE993E
Text Example
Text Example
White with #AE993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE993E; }
p { color: rgb(174,153,62); }
H1.HeaderClassName
{
color: #AE993E;
}
.AnyTagClassName
{
color: #AE993E;
}
</style>
background-color css
<style>
a { background-color: #AE993E; }
a { background-color: rgb(174,153,62); }
div.DivClassName
{
background-color: #AE993E;
}
.BgClassName
{
background-color: #AE993E;
}
</style>
border-color css
<style>
span { border-color: #AE993E; }
span { border-color: rgb(174,153,62); }
td.TdClassName
{
border-color: #AE993E;
}
.TagClassName
{
border-color: #AE993E;
}
</style>