Shades of Mongoose #A38A6C
Tints of Mongoose #A38A6C
RGB
CMYK
RGB Variations
Color information
#A38A6C (or 0xA38A6C) is known color: Mongoose. HEX triplet: A3, 8A and 6C. RGB value is (163,138,108). Sum of RGB (Red+Green+Blue) = 163+138+108=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A6C is #5C7593. Grayscale: #8E8E8E. Windows color (decimal): -6059412 or 7113379. OLE color: 7113379.
HSL color Cylindrical-coordinate representation of color #A38A6C: hue angle of 32.73º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38A6C is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 108 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.36 |
| HSL | 32.73º | 0.23% | 0.53% | - |
| HSV(B) | 32.73º | 0.34% | 0.64% | - |
| XYZ | 26.9 | 27.05 | 17.99 | - |
| YUV | 142.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 108 | 0 | 0.15 | 0.34 | 0.36 | 32.73 | 0.23 | 0.53 |
| Hex | A3 | 8A | 6C | 0 | F | 22 | 24 | 21 | 17 | 35 |
| Octal | 243 | 212 | 154 | 0 | 17 | 42 | 44 | 41 | 27 | 65 |
| Binary | 10100011 | 10001010 | 1101100 | 0 | 1111 | 100010 | 100100 | 100001 | 10111 | 110101 |
Color Harmonies of #A38A6C
Complementary color
Monochromatic Colors of #A38A6C
Black with #A38A6C
Text Example
Text Example
White with #A38A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A6C; }
p { color: rgb(163,138,108); }
H1.HeaderClassName
{
color: #A38A6C;
}
.AnyTagClassName
{
color: #A38A6C;
}
</style>
background-color css
<style>
a { background-color: #A38A6C; }
a { background-color: rgb(163,138,108); }
div.DivClassName
{
background-color: #A38A6C;
}
.BgClassName
{
background-color: #A38A6C;
}
</style>
border-color css
<style>
span { border-color: #A38A6C; }
span { border-color: rgb(163,138,108); }
td.TdClassName
{
border-color: #A38A6C;
}
.TagClassName
{
border-color: #A38A6C;
}
</style>