Shades of Afghan Tan #90521C
Tints of Afghan Tan #90521C
RGB
CMYK
RGB Variations
Color information
#90521C (or 0x90521C) is known color: Afghan Tan. HEX triplet: 90, 52 and 1C. RGB value is (144,82,28). Sum of RGB (Red+Green+Blue) = 144+82+28=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #90521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90521C is #6FADE3. Grayscale: #5E5E5E. Windows color (decimal): -7319012 or 1856144. OLE color: 1856144.
HSL color Cylindrical-coordinate representation of color #90521C: hue angle of 27.93º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90521C is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 28 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.44 |
| HSL | 27.93º | 0.67% | 0.34% | - |
| HSV(B) | 27.93º | 0.81% | 0.56% | - |
| XYZ | 14.73 | 12.05 | 2.65 | - |
| YUV | 94.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 28 | 0 | 0.43 | 0.81 | 0.44 | 27.93 | 0.67 | 0.34 |
| Hex | 90 | 52 | 1C | 0 | 2B | 51 | 2C | 1C | 43 | 22 |
| Octal | 220 | 122 | 34 | 0 | 53 | 121 | 54 | 34 | 103 | 42 |
| Binary | 10010000 | 1010010 | 11100 | 0 | 101011 | 1010001 | 101100 | 11100 | 1000011 | 100010 |
Color Harmonies of #90521C
Complementary color
Monochromatic Colors of #90521C
Black with #90521C
Text Example
Text Example
White with #90521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90521C; }
p { color: rgb(144,82,28); }
H1.HeaderClassName
{
color: #90521C;
}
.AnyTagClassName
{
color: #90521C;
}
</style>
background-color css
<style>
a { background-color: #90521C; }
a { background-color: rgb(144,82,28); }
div.DivClassName
{
background-color: #90521C;
}
.BgClassName
{
background-color: #90521C;
}
</style>
border-color css
<style>
span { border-color: #90521C; }
span { border-color: rgb(144,82,28); }
td.TdClassName
{
border-color: #90521C;
}
.TagClassName
{
border-color: #90521C;
}
</style>