Shades of Mongoose #AF946B
Tints of Mongoose #AF946B
RGB
CMYK
RGB Variations
Color information
#AF946B (or 0xAF946B) is known color: Mongoose. HEX triplet: AF, 94 and 6B. RGB value is (175,148,107). Sum of RGB (Red+Green+Blue) = 175+148+107=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF946B is #506B94. Grayscale: #979797. Windows color (decimal): -5270421 or 7050415. OLE color: 7050415.
HSL color Cylindrical-coordinate representation of color #AF946B: hue angle of 36.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF946B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 107 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.31 |
| HSL | 36.18º | 0.3% | 0.55% | - |
| HSV(B) | 36.18º | 0.39% | 0.69% | - |
| XYZ | 30.92 | 31.36 | 18.33 | - |
| YUV | 151.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 107 | 0 | 0.15 | 0.39 | 0.31 | 36.18 | 0.3 | 0.55 |
| Hex | AF | 94 | 6B | 0 | F | 27 | 1F | 24 | 1E | 37 |
| Octal | 257 | 224 | 153 | 0 | 17 | 47 | 37 | 44 | 36 | 67 |
| Binary | 10101111 | 10010100 | 1101011 | 0 | 1111 | 100111 | 11111 | 100100 | 11110 | 110111 |
Color Harmonies of #AF946B
Complementary color
Monochromatic Colors of #AF946B
Black with #AF946B
Text Example
Text Example
White with #AF946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF946B; }
p { color: rgb(175,148,107); }
H1.HeaderClassName
{
color: #AF946B;
}
.AnyTagClassName
{
color: #AF946B;
}
</style>
background-color css
<style>
a { background-color: #AF946B; }
a { background-color: rgb(175,148,107); }
div.DivClassName
{
background-color: #AF946B;
}
.BgClassName
{
background-color: #AF946B;
}
</style>
border-color css
<style>
span { border-color: #AF946B; }
span { border-color: rgb(175,148,107); }
td.TdClassName
{
border-color: #AF946B;
}
.TagClassName
{
border-color: #AF946B;
}
</style>