Shades of Mongoose #AF9069
Tints of Mongoose #AF9069
RGB
CMYK
RGB Variations
Color information
#AF9069 (or 0xAF9069) is known color: Mongoose. HEX triplet: AF, 90 and 69. RGB value is (175,144,105). Sum of RGB (Red+Green+Blue) = 175+144+105=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9069 is #506F96. Grayscale: #959595. Windows color (decimal): -5271447 or 6918319. OLE color: 6918319.
HSL color Cylindrical-coordinate representation of color #AF9069: hue angle of 33.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF9069 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 105 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.31 |
| HSL | 33.43º | 0.3% | 0.55% | - |
| HSV(B) | 33.43º | 0.4% | 0.69% | - |
| XYZ | 30.2 | 30.08 | 17.58 | - |
| YUV | 148.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 105 | 0 | 0.18 | 0.40 | 0.31 | 33.43 | 0.3 | 0.55 |
| Hex | AF | 90 | 69 | 0 | 12 | 28 | 1F | 21 | 1E | 37 |
| Octal | 257 | 220 | 151 | 0 | 22 | 50 | 37 | 41 | 36 | 67 |
| Binary | 10101111 | 10010000 | 1101001 | 0 | 10010 | 101000 | 11111 | 100001 | 11110 | 110111 |
Color Harmonies of #AF9069
Complementary color
Monochromatic Colors of #AF9069
Black with #AF9069
Text Example
Text Example
White with #AF9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9069; }
p { color: rgb(175,144,105); }
H1.HeaderClassName
{
color: #AF9069;
}
.AnyTagClassName
{
color: #AF9069;
}
</style>
background-color css
<style>
a { background-color: #AF9069; }
a { background-color: rgb(175,144,105); }
div.DivClassName
{
background-color: #AF9069;
}
.BgClassName
{
background-color: #AF9069;
}
</style>
border-color css
<style>
span { border-color: #AF9069; }
span { border-color: rgb(175,144,105); }
td.TdClassName
{
border-color: #AF9069;
}
.TagClassName
{
border-color: #AF9069;
}
</style>