Shades of Crail #A35D4C
Tints of Crail #A35D4C
RGB
CMYK
RGB Variations
Color information
#A35D4C (or 0xA35D4C) is known color: Crail. HEX triplet: A3, 5D and 4C. RGB value is (163,93,76). Sum of RGB (Red+Green+Blue) = 163+93+76=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D4C is #5CA2B3. Grayscale: #707070. Windows color (decimal): -6070964 or 5004707. OLE color: 5004707.
HSL color Cylindrical-coordinate representation of color #A35D4C: hue angle of 11.72º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A35D4C is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 76 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.36 |
| HSL | 11.72º | 0.36% | 0.47% | - |
| HSV(B) | 11.72º | 0.53% | 0.64% | - |
| XYZ | 20.32 | 16.14 | 8.88 | - |
| YUV | 111.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 76 | 0 | 0.43 | 0.53 | 0.36 | 11.72 | 0.36 | 0.47 |
| Hex | A3 | 5D | 4C | 0 | 2B | 35 | 24 | C | 24 | 2F |
| Octal | 243 | 135 | 114 | 0 | 53 | 65 | 44 | 14 | 44 | 57 |
| Binary | 10100011 | 1011101 | 1001100 | 0 | 101011 | 110101 | 100100 | 1100 | 100100 | 101111 |
Color Harmonies of #A35D4C
Complementary color
Monochromatic Colors of #A35D4C
Black with #A35D4C
Text Example
Text Example
White with #A35D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D4C; }
p { color: rgb(163,93,76); }
H1.HeaderClassName
{
color: #A35D4C;
}
.AnyTagClassName
{
color: #A35D4C;
}
</style>
background-color css
<style>
a { background-color: #A35D4C; }
a { background-color: rgb(163,93,76); }
div.DivClassName
{
background-color: #A35D4C;
}
.BgClassName
{
background-color: #A35D4C;
}
</style>
border-color css
<style>
span { border-color: #A35D4C; }
span { border-color: rgb(163,93,76); }
td.TdClassName
{
border-color: #A35D4C;
}
.TagClassName
{
border-color: #A35D4C;
}
</style>