Shades of Crail #A65F4B
Tints of Crail #A65F4B
RGB
CMYK
RGB Variations
Color information
#A65F4B (or 0xA65F4B) is known color: Crail. HEX triplet: A6, 5F and 4B. RGB value is (166,95,75). Sum of RGB (Red+Green+Blue) = 166+95+75=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F4B is #59A0B4. Grayscale: #727272. Windows color (decimal): -5873845 or 4939686. OLE color: 4939686.
HSL color Cylindrical-coordinate representation of color #A65F4B: hue angle of 13.19º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A65F4B is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 75 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.35 |
| HSL | 13.19º | 0.38% | 0.47% | - |
| HSV(B) | 13.19º | 0.55% | 0.65% | - |
| XYZ | 21.09 | 16.8 | 8.79 | - |
| YUV | 113.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 75 | 0 | 0.43 | 0.55 | 0.35 | 13.19 | 0.38 | 0.47 |
| Hex | A6 | 5F | 4B | 0 | 2B | 37 | 23 | D | 26 | 2F |
| Octal | 246 | 137 | 113 | 0 | 53 | 67 | 43 | 15 | 46 | 57 |
| Binary | 10100110 | 1011111 | 1001011 | 0 | 101011 | 110111 | 100011 | 1101 | 100110 | 101111 |
Color Harmonies of #A65F4B
Complementary color
Monochromatic Colors of #A65F4B
Black with #A65F4B
Text Example
Text Example
White with #A65F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F4B; }
p { color: rgb(166,95,75); }
H1.HeaderClassName
{
color: #A65F4B;
}
.AnyTagClassName
{
color: #A65F4B;
}
</style>
background-color css
<style>
a { background-color: #A65F4B; }
a { background-color: rgb(166,95,75); }
div.DivClassName
{
background-color: #A65F4B;
}
.BgClassName
{
background-color: #A65F4B;
}
</style>
border-color css
<style>
span { border-color: #A65F4B; }
span { border-color: rgb(166,95,75); }
td.TdClassName
{
border-color: #A65F4B;
}
.TagClassName
{
border-color: #A65F4B;
}
</style>