Shades of Afghan Tan #8A5F23
Tints of Afghan Tan #8A5F23
RGB
CMYK
RGB Variations
Color information
#8A5F23 (or 0x8A5F23) is known color: Afghan Tan. HEX triplet: 8A, 5F and 23. RGB value is (138,95,35). Sum of RGB (Red+Green+Blue) = 138+95+35=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5F23 is #75A0DC. Grayscale: #656565. Windows color (decimal): -7708893 or 2318218. OLE color: 2318218.
HSL color Cylindrical-coordinate representation of color #8A5F23: hue angle of 34.95º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A5F23 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 95 | 35 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.46 |
| HSL | 34.95º | 0.6% | 0.34% | - |
| HSV(B) | 34.95º | 0.75% | 0.54% | - |
| XYZ | 14.88 | 13.71 | 3.45 | - |
| YUV | 101.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 35 | 0 | 0.31 | 0.75 | 0.46 | 34.95 | 0.6 | 0.34 |
| Hex | 8A | 5F | 23 | 0 | 1F | 4B | 2E | 23 | 3C | 22 |
| Octal | 212 | 137 | 43 | 0 | 37 | 113 | 56 | 43 | 74 | 42 |
| Binary | 10001010 | 1011111 | 100011 | 0 | 11111 | 1001011 | 101110 | 100011 | 111100 | 100010 |
Color Harmonies of #8A5F23
Complementary color
Monochromatic Colors of #8A5F23
Black with #8A5F23
Text Example
Text Example
White with #8A5F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5F23; }
p { color: rgb(138,95,35); }
H1.HeaderClassName
{
color: #8A5F23;
}
.AnyTagClassName
{
color: #8A5F23;
}
</style>
background-color css
<style>
a { background-color: #8A5F23; }
a { background-color: rgb(138,95,35); }
div.DivClassName
{
background-color: #8A5F23;
}
.BgClassName
{
background-color: #8A5F23;
}
</style>
border-color css
<style>
span { border-color: #8A5F23; }
span { border-color: rgb(138,95,35); }
td.TdClassName
{
border-color: #8A5F23;
}
.TagClassName
{
border-color: #8A5F23;
}
</style>