Shades of Afghan Tan #905F23
Tints of Afghan Tan #905F23
RGB
CMYK
RGB Variations
Color information
#905F23 (or 0x905F23) is known color: Afghan Tan. HEX triplet: 90, 5F and 23. RGB value is (144,95,35). Sum of RGB (Red+Green+Blue) = 144+95+35=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #905F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905F23 is #6FA0DC. Grayscale: #676767. Windows color (decimal): -7315677 or 2318224. OLE color: 2318224.
HSL color Cylindrical-coordinate representation of color #905F23: hue angle of 33.03º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #905F23 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 35 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.44 |
| HSL | 33.03º | 0.61% | 0.35% | - |
| HSV(B) | 33.03º | 0.76% | 0.56% | - |
| XYZ | 15.9 | 14.24 | 3.5 | - |
| YUV | 102.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 35 | 0 | 0.34 | 0.76 | 0.44 | 33.03 | 0.61 | 0.35 |
| Hex | 90 | 5F | 23 | 0 | 22 | 4C | 2C | 21 | 3D | 23 |
| Octal | 220 | 137 | 43 | 0 | 42 | 114 | 54 | 41 | 75 | 43 |
| Binary | 10010000 | 1011111 | 100011 | 0 | 100010 | 1001100 | 101100 | 100001 | 111101 | 100011 |
Color Harmonies of #905F23
Complementary color
Monochromatic Colors of #905F23
Black with #905F23
Text Example
Text Example
White with #905F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F23; }
p { color: rgb(144,95,35); }
H1.HeaderClassName
{
color: #905F23;
}
.AnyTagClassName
{
color: #905F23;
}
</style>
background-color css
<style>
a { background-color: #905F23; }
a { background-color: rgb(144,95,35); }
div.DivClassName
{
background-color: #905F23;
}
.BgClassName
{
background-color: #905F23;
}
</style>
border-color css
<style>
span { border-color: #905F23; }
span { border-color: rgb(144,95,35); }
td.TdClassName
{
border-color: #905F23;
}
.TagClassName
{
border-color: #905F23;
}
</style>