Shades of Afghan Tan #965A2A
Tints of Afghan Tan #965A2A
RGB
CMYK
RGB Variations
Color information
#965A2A (or 0x965A2A) is known color: Afghan Tan. HEX triplet: 96, 5A and 2A. RGB value is (150,90,42). Sum of RGB (Red+Green+Blue) = 150+90+42=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #965A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A2A is #69A5D5. Grayscale: #666666. Windows color (decimal): -6923734 or 2775702. OLE color: 2775702.
HSL color Cylindrical-coordinate representation of color #965A2A: hue angle of 26.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #965A2A is Cyan = 0, Magento = 0.4, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 42 | - |
| CMYK | 0 | 0.4 | 0.72 | 0.41 |
| HSL | 26.67º | 0.56% | 0.38% | - |
| HSV(B) | 26.67º | 0.72% | 0.59% | - |
| XYZ | 16.65 | 13.96 | 4.01 | - |
| YUV | 102.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 42 | 0 | 0.4 | 0.72 | 0.41 | 26.67 | 0.56 | 0.38 |
| Hex | 96 | 5A | 2A | 0 | 28 | 48 | 29 | 1B | 38 | 26 |
| Octal | 226 | 132 | 52 | 0 | 50 | 110 | 51 | 33 | 70 | 46 |
| Binary | 10010110 | 1011010 | 101010 | 0 | 101000 | 1001000 | 101001 | 11011 | 111000 | 100110 |
Color Harmonies of #965A2A
Complementary color
Monochromatic Colors of #965A2A
Black with #965A2A
Text Example
Text Example
White with #965A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A2A; }
p { color: rgb(150,90,42); }
H1.HeaderClassName
{
color: #965A2A;
}
.AnyTagClassName
{
color: #965A2A;
}
</style>
background-color css
<style>
a { background-color: #965A2A; }
a { background-color: rgb(150,90,42); }
div.DivClassName
{
background-color: #965A2A;
}
.BgClassName
{
background-color: #965A2A;
}
</style>
border-color css
<style>
span { border-color: #965A2A; }
span { border-color: rgb(150,90,42); }
td.TdClassName
{
border-color: #965A2A;
}
.TagClassName
{
border-color: #965A2A;
}
</style>