Shades of Mongoose #A38A6D
Tints of Mongoose #A38A6D
RGB
CMYK
RGB Variations
Color information
#A38A6D (or 0xA38A6D) is known color: Mongoose. HEX triplet: A3, 8A and 6D. RGB value is (163,138,109). Sum of RGB (Red+Green+Blue) = 163+138+109=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A6D is #5C7592. Grayscale: #8E8E8E. Windows color (decimal): -6059411 or 7178915. OLE color: 7178915.
HSL color Cylindrical-coordinate representation of color #A38A6D: hue angle of 32.22º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A38A6D is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 109 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.36 |
| HSL | 32.22º | 0.23% | 0.53% | - |
| HSV(B) | 32.22º | 0.33% | 0.64% | - |
| XYZ | 26.95 | 27.07 | 18.27 | - |
| YUV | 142.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 109 | 0 | 0.15 | 0.33 | 0.36 | 32.22 | 0.23 | 0.53 |
| Hex | A3 | 8A | 6D | 0 | F | 21 | 24 | 20 | 17 | 35 |
| Octal | 243 | 212 | 155 | 0 | 17 | 41 | 44 | 40 | 27 | 65 |
| Binary | 10100011 | 10001010 | 1101101 | 0 | 1111 | 100001 | 100100 | 100000 | 10111 | 110101 |
Color Harmonies of #A38A6D
Complementary color
Monochromatic Colors of #A38A6D
Black with #A38A6D
Text Example
Text Example
White with #A38A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A6D; }
p { color: rgb(163,138,109); }
H1.HeaderClassName
{
color: #A38A6D;
}
.AnyTagClassName
{
color: #A38A6D;
}
</style>
background-color css
<style>
a { background-color: #A38A6D; }
a { background-color: rgb(163,138,109); }
div.DivClassName
{
background-color: #A38A6D;
}
.BgClassName
{
background-color: #A38A6D;
}
</style>
border-color css
<style>
span { border-color: #A38A6D; }
span { border-color: rgb(163,138,109); }
td.TdClassName
{
border-color: #A38A6D;
}
.TagClassName
{
border-color: #A38A6D;
}
</style>