Shades of Mongoose #A38F75
Tints of Mongoose #A38F75
RGB
CMYK
RGB Variations
Color information
#A38F75 (or 0xA38F75) is known color: Mongoose. HEX triplet: A3, 8F and 75. RGB value is (163,143,117). Sum of RGB (Red+Green+Blue) = 163+143+117=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F75 is #5C708A. Grayscale: #929292. Windows color (decimal): -6058123 or 7704483. OLE color: 7704483.
HSL color Cylindrical-coordinate representation of color #A38F75: hue angle of 33.91º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A38F75 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 117 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.36 |
| HSL | 33.91º | 0.2% | 0.55% | - |
| HSV(B) | 33.91º | 0.28% | 0.64% | - |
| XYZ | 28.14 | 28.72 | 20.89 | - |
| YUV | 146.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 117 | 0 | 0.12 | 0.28 | 0.36 | 33.91 | 0.2 | 0.55 |
| Hex | A3 | 8F | 75 | 0 | C | 1C | 24 | 22 | 14 | 37 |
| Octal | 243 | 217 | 165 | 0 | 14 | 34 | 44 | 42 | 24 | 67 |
| Binary | 10100011 | 10001111 | 1110101 | 0 | 1100 | 11100 | 100100 | 100010 | 10100 | 110111 |
Color Harmonies of #A38F75
Complementary color
Monochromatic Colors of #A38F75
Black with #A38F75
Text Example
Text Example
White with #A38F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F75; }
p { color: rgb(163,143,117); }
H1.HeaderClassName
{
color: #A38F75;
}
.AnyTagClassName
{
color: #A38F75;
}
</style>
background-color css
<style>
a { background-color: #A38F75; }
a { background-color: rgb(163,143,117); }
div.DivClassName
{
background-color: #A38F75;
}
.BgClassName
{
background-color: #A38F75;
}
</style>
border-color css
<style>
span { border-color: #A38F75; }
span { border-color: rgb(163,143,117); }
td.TdClassName
{
border-color: #A38F75;
}
.TagClassName
{
border-color: #A38F75;
}
</style>