Shades of Crail #A65B50
Tints of Crail #A65B50
RGB
CMYK
RGB Variations
Color information
#A65B50 (or 0xA65B50) is known color: Crail. HEX triplet: A6, 5B and 50. RGB value is (166,91,80). Sum of RGB (Red+Green+Blue) = 166+91+80=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B50 is #59A4AF. Grayscale: #707070. Windows color (decimal): -5874864 or 5266342. OLE color: 5266342.
HSL color Cylindrical-coordinate representation of color #A65B50: hue angle of 7.67º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65B50 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 80 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.35 |
| HSL | 7.67º | 0.35% | 0.48% | - |
| HSV(B) | 7.67º | 0.52% | 0.65% | - |
| XYZ | 20.91 | 16.17 | 9.61 | - |
| YUV | 112.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 80 | 0 | 0.45 | 0.52 | 0.35 | 7.67 | 0.35 | 0.48 |
| Hex | A6 | 5B | 50 | 0 | 2D | 34 | 23 | 8 | 23 | 30 |
| Octal | 246 | 133 | 120 | 0 | 55 | 64 | 43 | 10 | 43 | 60 |
| Binary | 10100110 | 1011011 | 1010000 | 0 | 101101 | 110100 | 100011 | 1000 | 100011 | 110000 |
Color Harmonies of #A65B50
Complementary color
Monochromatic Colors of #A65B50
Black with #A65B50
Text Example
Text Example
White with #A65B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B50; }
p { color: rgb(166,91,80); }
H1.HeaderClassName
{
color: #A65B50;
}
.AnyTagClassName
{
color: #A65B50;
}
</style>
background-color css
<style>
a { background-color: #A65B50; }
a { background-color: rgb(166,91,80); }
div.DivClassName
{
background-color: #A65B50;
}
.BgClassName
{
background-color: #A65B50;
}
</style>
border-color css
<style>
span { border-color: #A65B50; }
span { border-color: rgb(166,91,80); }
td.TdClassName
{
border-color: #A65B50;
}
.TagClassName
{
border-color: #A65B50;
}
</style>