Shades of Afghan Tan #90551E
Tints of Afghan Tan #90551E
RGB
CMYK
RGB Variations
Color information
#90551E (or 0x90551E) is known color: Afghan Tan. HEX triplet: 90, 55 and 1E. RGB value is (144,85,30). Sum of RGB (Red+Green+Blue) = 144+85+30=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90551E is #6FAAE1. Grayscale: #606060. Windows color (decimal): -7318242 or 1987984. OLE color: 1987984.
HSL color Cylindrical-coordinate representation of color #90551E: hue angle of 28.95º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90551E is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 30 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.44 |
| HSL | 28.95º | 0.66% | 0.34% | - |
| HSV(B) | 28.95º | 0.79% | 0.56% | - |
| XYZ | 14.98 | 12.52 | 2.86 | - |
| YUV | 96.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 30 | 0 | 0.41 | 0.79 | 0.44 | 28.95 | 0.66 | 0.34 |
| Hex | 90 | 55 | 1E | 0 | 29 | 4F | 2C | 1D | 42 | 22 |
| Octal | 220 | 125 | 36 | 0 | 51 | 117 | 54 | 35 | 102 | 42 |
| Binary | 10010000 | 1010101 | 11110 | 0 | 101001 | 1001111 | 101100 | 11101 | 1000010 | 100010 |
Color Harmonies of #90551E
Complementary color
Monochromatic Colors of #90551E
Black with #90551E
Text Example
Text Example
White with #90551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90551E; }
p { color: rgb(144,85,30); }
H1.HeaderClassName
{
color: #90551E;
}
.AnyTagClassName
{
color: #90551E;
}
</style>
background-color css
<style>
a { background-color: #90551E; }
a { background-color: rgb(144,85,30); }
div.DivClassName
{
background-color: #90551E;
}
.BgClassName
{
background-color: #90551E;
}
</style>
border-color css
<style>
span { border-color: #90551E; }
span { border-color: rgb(144,85,30); }
td.TdClassName
{
border-color: #90551E;
}
.TagClassName
{
border-color: #90551E;
}
</style>