Shades of Crail #A5584B
Tints of Crail #A5584B
RGB
CMYK
RGB Variations
Color information
#A5584B (or 0xA5584B) is known color: Crail. HEX triplet: A5, 58 and 4B. RGB value is (165,88,75). Sum of RGB (Red+Green+Blue) = 165+88+75=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5584B is #5AA7B4. Grayscale: #6D6D6D. Windows color (decimal): -5941173 or 4937893. OLE color: 4937893.
HSL color Cylindrical-coordinate representation of color #A5584B: hue angle of 8.67º 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 #A5584B is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 75 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.35 |
| HSL | 8.67º | 0.38% | 0.47% | - |
| HSV(B) | 8.67º | 0.55% | 0.65% | - |
| XYZ | 20.28 | 15.49 | 8.58 | - |
| YUV | 109.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 75 | 0 | 0.47 | 0.55 | 0.35 | 8.67 | 0.38 | 0.47 |
| Hex | A5 | 58 | 4B | 0 | 2F | 37 | 23 | 9 | 26 | 2F |
| Octal | 245 | 130 | 113 | 0 | 57 | 67 | 43 | 11 | 46 | 57 |
| Binary | 10100101 | 1011000 | 1001011 | 0 | 101111 | 110111 | 100011 | 1001 | 100110 | 101111 |
Color Harmonies of #A5584B
Complementary color
Monochromatic Colors of #A5584B
Black with #A5584B
Text Example
Text Example
White with #A5584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5584B; }
p { color: rgb(165,88,75); }
H1.HeaderClassName
{
color: #A5584B;
}
.AnyTagClassName
{
color: #A5584B;
}
</style>
background-color css
<style>
a { background-color: #A5584B; }
a { background-color: rgb(165,88,75); }
div.DivClassName
{
background-color: #A5584B;
}
.BgClassName
{
background-color: #A5584B;
}
</style>
border-color css
<style>
span { border-color: #A5584B; }
span { border-color: rgb(165,88,75); }
td.TdClassName
{
border-color: #A5584B;
}
.TagClassName
{
border-color: #A5584B;
}
</style>