Shades of Mai Tai #AF6530
Tints of Mai Tai #AF6530
RGB
CMYK
RGB Variations
Color information
#AF6530 (or 0xAF6530) is known color: Mai Tai. HEX triplet: AF, 65 and 30. RGB value is (175,101,48). Sum of RGB (Red+Green+Blue) = 175+101+48=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6530 is #509ACF. Grayscale: #757575. Windows color (decimal): -5282512 or 3171759. OLE color: 3171759.
HSL color Cylindrical-coordinate representation of color #AF6530: hue angle of 25.04º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF6530 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 48 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.31 |
| HSL | 25.04º | 0.57% | 0.44% | - |
| HSV(B) | 25.04º | 0.73% | 0.69% | - |
| XYZ | 22.87 | 18.63 | 5.19 | - |
| YUV | 117.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 48 | 0 | 0.42 | 0.73 | 0.31 | 25.04 | 0.57 | 0.44 |
| Hex | AF | 65 | 30 | 0 | 2A | 49 | 1F | 19 | 39 | 2C |
| Octal | 257 | 145 | 60 | 0 | 52 | 111 | 37 | 31 | 71 | 54 |
| Binary | 10101111 | 1100101 | 110000 | 0 | 101010 | 1001001 | 11111 | 11001 | 111001 | 101100 |
Color Harmonies of #AF6530
Complementary color
Monochromatic Colors of #AF6530
Black with #AF6530
Text Example
Text Example
White with #AF6530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6530; }
p { color: rgb(175,101,48); }
H1.HeaderClassName
{
color: #AF6530;
}
.AnyTagClassName
{
color: #AF6530;
}
</style>
background-color css
<style>
a { background-color: #AF6530; }
a { background-color: rgb(175,101,48); }
div.DivClassName
{
background-color: #AF6530;
}
.BgClassName
{
background-color: #AF6530;
}
</style>
border-color css
<style>
span { border-color: #AF6530; }
span { border-color: rgb(175,101,48); }
td.TdClassName
{
border-color: #AF6530;
}
.TagClassName
{
border-color: #AF6530;
}
</style>