Shades of Afghan Tan #9A652B
Tints of Afghan Tan #9A652B
RGB
CMYK
RGB Variations
Color information
#9A652B (or 0x9A652B) is known color: Afghan Tan. HEX triplet: 9A, 65 and 2B. RGB value is (154,101,43). Sum of RGB (Red+Green+Blue) = 154+101+43=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A652B is #659AD4. Grayscale: #6E6E6E. Windows color (decimal): -6658773 or 2844058. OLE color: 2844058.
HSL color Cylindrical-coordinate representation of color #9A652B: hue angle of 31.35º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A652B is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 43 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.40 |
| HSL | 31.35º | 0.56% | 0.39% | - |
| HSV(B) | 31.35º | 0.72% | 0.6% | - |
| XYZ | 18.42 | 16.35 | 4.47 | - |
| YUV | 110.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 43 | 0 | 0.34 | 0.72 | 0.40 | 31.35 | 0.56 | 0.39 |
| Hex | 9A | 65 | 2B | 0 | 22 | 48 | 28 | 1F | 38 | 27 |
| Octal | 232 | 145 | 53 | 0 | 42 | 110 | 50 | 37 | 70 | 47 |
| Binary | 10011010 | 1100101 | 101011 | 0 | 100010 | 1001000 | 101000 | 11111 | 111000 | 100111 |
Color Harmonies of #9A652B
Complementary color
Monochromatic Colors of #9A652B
Black with #9A652B
Text Example
Text Example
White with #9A652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A652B; }
p { color: rgb(154,101,43); }
H1.HeaderClassName
{
color: #9A652B;
}
.AnyTagClassName
{
color: #9A652B;
}
</style>
background-color css
<style>
a { background-color: #9A652B; }
a { background-color: rgb(154,101,43); }
div.DivClassName
{
background-color: #9A652B;
}
.BgClassName
{
background-color: #9A652B;
}
</style>
border-color css
<style>
span { border-color: #9A652B; }
span { border-color: rgb(154,101,43); }
td.TdClassName
{
border-color: #9A652B;
}
.TagClassName
{
border-color: #9A652B;
}
</style>