Shades of Mongoose #A38B73
Tints of Mongoose #A38B73
RGB
CMYK
RGB Variations
Color information
#A38B73 (or 0xA38B73) is known color: Mongoose. HEX triplet: A3, 8B and 73. RGB value is (163,139,115). Sum of RGB (Red+Green+Blue) = 163+139+115=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B73 is #5C748C. Grayscale: #8F8F8F. Windows color (decimal): -6059149 or 7572387. OLE color: 7572387.
HSL color Cylindrical-coordinate representation of color #A38B73: hue angle of 30º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A38B73 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 139 | 115 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.36 |
| HSL | 30º | 0.21% | 0.55% | - |
| HSV(B) | 30º | 0.29% | 0.64% | - |
| XYZ | 27.43 | 27.49 | 20.08 | - |
| YUV | 143.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 115 | 0 | 0.15 | 0.29 | 0.36 | 30 | 0.21 | 0.55 |
| Hex | A3 | 8B | 73 | 0 | F | 1D | 24 | 1E | 15 | 37 |
| Octal | 243 | 213 | 163 | 0 | 17 | 35 | 44 | 36 | 25 | 67 |
| Binary | 10100011 | 10001011 | 1110011 | 0 | 1111 | 11101 | 100100 | 11110 | 10101 | 110111 |
Color Harmonies of #A38B73
Complementary color
Monochromatic Colors of #A38B73
Black with #A38B73
Text Example
Text Example
White with #A38B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38B73; }
p { color: rgb(163,139,115); }
H1.HeaderClassName
{
color: #A38B73;
}
.AnyTagClassName
{
color: #A38B73;
}
</style>
background-color css
<style>
a { background-color: #A38B73; }
a { background-color: rgb(163,139,115); }
div.DivClassName
{
background-color: #A38B73;
}
.BgClassName
{
background-color: #A38B73;
}
</style>
border-color css
<style>
span { border-color: #A38B73; }
span { border-color: rgb(163,139,115); }
td.TdClassName
{
border-color: #A38B73;
}
.TagClassName
{
border-color: #A38B73;
}
</style>