Shades of Mai Tai #AF632B
Tints of Mai Tai #AF632B
RGB
CMYK
RGB Variations
Color information
#AF632B (or 0xAF632B) is known color: Mai Tai. HEX triplet: AF, 63 and 2B. RGB value is (175,99,43). Sum of RGB (Red+Green+Blue) = 175+99+43=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF632B is #509CD4. Grayscale: #737373. Windows color (decimal): -5283029 or 2843567. OLE color: 2843567.
HSL color Cylindrical-coordinate representation of color #AF632B: hue angle of 25.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF632B is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 43 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.31 |
| HSL | 25.45º | 0.61% | 0.43% | - |
| HSV(B) | 25.45º | 0.75% | 0.69% | - |
| XYZ | 22.58 | 18.21 | 4.61 | - |
| YUV | 115.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 43 | 0 | 0.43 | 0.75 | 0.31 | 25.45 | 0.61 | 0.43 |
| Hex | AF | 63 | 2B | 0 | 2B | 4B | 1F | 19 | 3D | 2B |
| Octal | 257 | 143 | 53 | 0 | 53 | 113 | 37 | 31 | 75 | 53 |
| Binary | 10101111 | 1100011 | 101011 | 0 | 101011 | 1001011 | 11111 | 11001 | 111101 | 101011 |
Color Harmonies of #AF632B
Complementary color
Monochromatic Colors of #AF632B
Black with #AF632B
Text Example
Text Example
White with #AF632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF632B; }
p { color: rgb(175,99,43); }
H1.HeaderClassName
{
color: #AF632B;
}
.AnyTagClassName
{
color: #AF632B;
}
</style>
background-color css
<style>
a { background-color: #AF632B; }
a { background-color: rgb(175,99,43); }
div.DivClassName
{
background-color: #AF632B;
}
.BgClassName
{
background-color: #AF632B;
}
</style>
border-color css
<style>
span { border-color: #AF632B; }
span { border-color: rgb(175,99,43); }
td.TdClassName
{
border-color: #AF632B;
}
.TagClassName
{
border-color: #AF632B;
}
</style>