Shades of Afghan Tan #92582A
Tints of Afghan Tan #92582A
RGB
CMYK
RGB Variations
Color information
#92582A (or 0x92582A) is known color: Afghan Tan. HEX triplet: 92, 58 and 2A. RGB value is (146,88,42). Sum of RGB (Red+Green+Blue) = 146+88+42=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #92582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92582A is #6DA7D5. Grayscale: #646464. Windows color (decimal): -7186390 or 2775186. OLE color: 2775186.
HSL color Cylindrical-coordinate representation of color #92582A: hue angle of 26.54º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92582A is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 42 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.43 |
| HSL | 26.54º | 0.55% | 0.37% | - |
| HSV(B) | 26.54º | 0.71% | 0.57% | - |
| XYZ | 15.76 | 13.26 | 3.92 | - |
| YUV | 100.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 42 | 0 | 0.40 | 0.71 | 0.43 | 26.54 | 0.55 | 0.37 |
| Hex | 92 | 58 | 2A | 0 | 28 | 47 | 2B | 1B | 37 | 25 |
| Octal | 222 | 130 | 52 | 0 | 50 | 107 | 53 | 33 | 67 | 45 |
| Binary | 10010010 | 1011000 | 101010 | 0 | 101000 | 1000111 | 101011 | 11011 | 110111 | 100101 |
Color Harmonies of #92582A
Complementary color
Monochromatic Colors of #92582A
Black with #92582A
Text Example
Text Example
White with #92582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92582A; }
p { color: rgb(146,88,42); }
H1.HeaderClassName
{
color: #92582A;
}
.AnyTagClassName
{
color: #92582A;
}
</style>
background-color css
<style>
a { background-color: #92582A; }
a { background-color: rgb(146,88,42); }
div.DivClassName
{
background-color: #92582A;
}
.BgClassName
{
background-color: #92582A;
}
</style>
border-color css
<style>
span { border-color: #92582A; }
span { border-color: rgb(146,88,42); }
td.TdClassName
{
border-color: #92582A;
}
.TagClassName
{
border-color: #92582A;
}
</style>