Shades of Crail #A35D4A
Tints of Crail #A35D4A
RGB
CMYK
RGB Variations
Color information
#A35D4A (or 0xA35D4A) is known color: Crail. HEX triplet: A3, 5D and 4A. RGB value is (163,93,74). Sum of RGB (Red+Green+Blue) = 163+93+74=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D4A is #5CA2B5. Grayscale: #6F6F6F. Windows color (decimal): -6070966 or 4873635. OLE color: 4873635.
HSL color Cylindrical-coordinate representation of color #A35D4A: hue angle of 12.81º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A35D4A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 74 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.36 |
| HSL | 12.81º | 0.38% | 0.46% | - |
| HSV(B) | 12.81º | 0.55% | 0.64% | - |
| XYZ | 20.25 | 16.11 | 8.52 | - |
| YUV | 111.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 74 | 0 | 0.43 | 0.55 | 0.36 | 12.81 | 0.38 | 0.46 |
| Hex | A3 | 5D | 4A | 0 | 2B | 37 | 24 | D | 26 | 2E |
| Octal | 243 | 135 | 112 | 0 | 53 | 67 | 44 | 15 | 46 | 56 |
| Binary | 10100011 | 1011101 | 1001010 | 0 | 101011 | 110111 | 100100 | 1101 | 100110 | 101110 |
Color Harmonies of #A35D4A
Complementary color
Monochromatic Colors of #A35D4A
Black with #A35D4A
Text Example
Text Example
White with #A35D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D4A; }
p { color: rgb(163,93,74); }
H1.HeaderClassName
{
color: #A35D4A;
}
.AnyTagClassName
{
color: #A35D4A;
}
</style>
background-color css
<style>
a { background-color: #A35D4A; }
a { background-color: rgb(163,93,74); }
div.DivClassName
{
background-color: #A35D4A;
}
.BgClassName
{
background-color: #A35D4A;
}
</style>
border-color css
<style>
span { border-color: #A35D4A; }
span { border-color: rgb(163,93,74); }
td.TdClassName
{
border-color: #A35D4A;
}
.TagClassName
{
border-color: #A35D4A;
}
</style>