Shades of Afghan Tan #94672A
Tints of Afghan Tan #94672A
RGB
CMYK
RGB Variations
Color information
#94672A (or 0x94672A) is known color: Afghan Tan. HEX triplet: 94, 67 and 2A. RGB value is (148,103,42). Sum of RGB (Red+Green+Blue) = 148+103+42=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94672A is #6B98D5. Grayscale: #6D6D6D. Windows color (decimal): -7051478 or 2779028. OLE color: 2779028.
HSL color Cylindrical-coordinate representation of color #94672A: hue angle of 34.53º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94672A is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 42 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.42 |
| HSL | 34.53º | 0.56% | 0.37% | - |
| HSV(B) | 34.53º | 0.72% | 0.58% | - |
| XYZ | 17.48 | 16.16 | 4.39 | - |
| YUV | 109.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 42 | 0 | 0.30 | 0.72 | 0.42 | 34.53 | 0.56 | 0.37 |
| Hex | 94 | 67 | 2A | 0 | 1E | 48 | 2A | 23 | 38 | 25 |
| Octal | 224 | 147 | 52 | 0 | 36 | 110 | 52 | 43 | 70 | 45 |
| Binary | 10010100 | 1100111 | 101010 | 0 | 11110 | 1001000 | 101010 | 100011 | 111000 | 100101 |
Color Harmonies of #94672A
Complementary color
Monochromatic Colors of #94672A
Black with #94672A
Text Example
Text Example
White with #94672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94672A; }
p { color: rgb(148,103,42); }
H1.HeaderClassName
{
color: #94672A;
}
.AnyTagClassName
{
color: #94672A;
}
</style>
background-color css
<style>
a { background-color: #94672A; }
a { background-color: rgb(148,103,42); }
div.DivClassName
{
background-color: #94672A;
}
.BgClassName
{
background-color: #94672A;
}
</style>
border-color css
<style>
span { border-color: #94672A; }
span { border-color: rgb(148,103,42); }
td.TdClassName
{
border-color: #94672A;
}
.TagClassName
{
border-color: #94672A;
}
</style>