Shades of Mongoose #A38E6E
Tints of Mongoose #A38E6E
RGB
CMYK
RGB Variations
Color information
#A38E6E (or 0xA38E6E) is known color: Mongoose. HEX triplet: A3, 8E and 6E. RGB value is (163,142,110). Sum of RGB (Red+Green+Blue) = 163+142+110=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E6E is #5C7191. Grayscale: #909090. Windows color (decimal): -6058386 or 7245475. OLE color: 7245475.
HSL color Cylindrical-coordinate representation of color #A38E6E: hue angle of 36.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A38E6E is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 110 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.36 |
| HSL | 36.23º | 0.22% | 0.54% | - |
| HSV(B) | 36.23º | 0.33% | 0.64% | - |
| XYZ | 27.59 | 28.26 | 18.75 | - |
| YUV | 144.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 110 | 0 | 0.13 | 0.33 | 0.36 | 36.23 | 0.22 | 0.54 |
| Hex | A3 | 8E | 6E | 0 | D | 21 | 24 | 24 | 16 | 36 |
| Octal | 243 | 216 | 156 | 0 | 15 | 41 | 44 | 44 | 26 | 66 |
| Binary | 10100011 | 10001110 | 1101110 | 0 | 1101 | 100001 | 100100 | 100100 | 10110 | 110110 |
Color Harmonies of #A38E6E
Complementary color
Monochromatic Colors of #A38E6E
Black with #A38E6E
Text Example
Text Example
White with #A38E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E6E; }
p { color: rgb(163,142,110); }
H1.HeaderClassName
{
color: #A38E6E;
}
.AnyTagClassName
{
color: #A38E6E;
}
</style>
background-color css
<style>
a { background-color: #A38E6E; }
a { background-color: rgb(163,142,110); }
div.DivClassName
{
background-color: #A38E6E;
}
.BgClassName
{
background-color: #A38E6E;
}
</style>
border-color css
<style>
span { border-color: #A38E6E; }
span { border-color: rgb(163,142,110); }
td.TdClassName
{
border-color: #A38E6E;
}
.TagClassName
{
border-color: #A38E6E;
}
</style>