Shades of Mai Tai #AF6527
Tints of Mai Tai #AF6527
RGB
CMYK
RGB Variations
Color information
#AF6527 (or 0xAF6527) is known color: Mai Tai. HEX triplet: AF, 65 and 27. RGB value is (175,101,39). Sum of RGB (Red+Green+Blue) = 175+101+39=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6527 is #509AD8. Grayscale: #747474. Windows color (decimal): -5282521 or 2581935. OLE color: 2581935.
HSL color Cylindrical-coordinate representation of color #AF6527: hue angle of 27.35º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF6527 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 39 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.31 |
| HSL | 27.35º | 0.64% | 0.42% | - |
| HSV(B) | 27.35º | 0.78% | 0.69% | - |
| XYZ | 22.7 | 18.57 | 4.31 | - |
| YUV | 116.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 39 | 0 | 0.42 | 0.78 | 0.31 | 27.35 | 0.64 | 0.42 |
| Hex | AF | 65 | 27 | 0 | 2A | 4E | 1F | 1B | 40 | 2A |
| Octal | 257 | 145 | 47 | 0 | 52 | 116 | 37 | 33 | 100 | 52 |
| Binary | 10101111 | 1100101 | 100111 | 0 | 101010 | 1001110 | 11111 | 11011 | 1000000 | 101010 |
Color Harmonies of #AF6527
Complementary color
Monochromatic Colors of #AF6527
Black with #AF6527
Text Example
Text Example
White with #AF6527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6527; }
p { color: rgb(175,101,39); }
H1.HeaderClassName
{
color: #AF6527;
}
.AnyTagClassName
{
color: #AF6527;
}
</style>
background-color css
<style>
a { background-color: #AF6527; }
a { background-color: rgb(175,101,39); }
div.DivClassName
{
background-color: #AF6527;
}
.BgClassName
{
background-color: #AF6527;
}
</style>
border-color css
<style>
span { border-color: #AF6527; }
span { border-color: rgb(175,101,39); }
td.TdClassName
{
border-color: #AF6527;
}
.TagClassName
{
border-color: #AF6527;
}
</style>