Shades of Thatch #AE938B
Tints of Thatch #AE938B
RGB
CMYK
RGB Variations
Color information
#AE938B (or 0xAE938B) is known color: Thatch. HEX triplet: AE, 93 and 8B. RGB value is (174,147,139). Sum of RGB (Red+Green+Blue) = 174+147+139=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE938B is #516C74. Grayscale: #9A9A9A. Windows color (decimal): -5336181 or 9147310. OLE color: 9147310.
HSL color Cylindrical-coordinate representation of color #AE938B: hue angle of 13.71º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE938B is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 147 | 139 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.32 |
| HSL | 13.71º | 0.18% | 0.61% | - |
| HSV(B) | 13.71º | 0.2% | 0.68% | - |
| XYZ | 32.55 | 31.73 | 28.84 | - |
| YUV | 154.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 139 | 0 | 0.16 | 0.20 | 0.32 | 13.71 | 0.18 | 0.61 |
| Hex | AE | 93 | 8B | 0 | 10 | 14 | 20 | E | 12 | 3D |
| Octal | 256 | 223 | 213 | 0 | 20 | 24 | 40 | 16 | 22 | 75 |
| Binary | 10101110 | 10010011 | 10001011 | 0 | 10000 | 10100 | 100000 | 1110 | 10010 | 111101 |
Color Harmonies of #AE938B
Complementary color
Monochromatic Colors of #AE938B
Black with #AE938B
Text Example
Text Example
White with #AE938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE938B; }
p { color: rgb(174,147,139); }
H1.HeaderClassName
{
color: #AE938B;
}
.AnyTagClassName
{
color: #AE938B;
}
</style>
background-color css
<style>
a { background-color: #AE938B; }
a { background-color: rgb(174,147,139); }
div.DivClassName
{
background-color: #AE938B;
}
.BgClassName
{
background-color: #AE938B;
}
</style>
border-color css
<style>
span { border-color: #AE938B; }
span { border-color: rgb(174,147,139); }
td.TdClassName
{
border-color: #AE938B;
}
.TagClassName
{
border-color: #AE938B;
}
</style>