Shades of Crail #A35A4A
Tints of Crail #A35A4A
RGB
CMYK
RGB Variations
Color information
#A35A4A (or 0xA35A4A) is known color: Crail. HEX triplet: A3, 5A and 4A. RGB value is (163,90,74). Sum of RGB (Red+Green+Blue) = 163+90+74=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A4A is #5CA5B5. Grayscale: #6E6E6E. Windows color (decimal): -6071734 or 4872867. OLE color: 4872867.
HSL color Cylindrical-coordinate representation of color #A35A4A: hue angle of 10.79º 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 #A35A4A is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 74 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.36 |
| HSL | 10.79º | 0.38% | 0.46% | - |
| HSV(B) | 10.79º | 0.55% | 0.64% | - |
| XYZ | 20 | 15.59 | 8.43 | - |
| YUV | 110 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 74 | 0 | 0.45 | 0.55 | 0.36 | 10.79 | 0.38 | 0.46 |
| Hex | A3 | 5A | 4A | 0 | 2D | 37 | 24 | B | 26 | 2E |
| Octal | 243 | 132 | 112 | 0 | 55 | 67 | 44 | 13 | 46 | 56 |
| Binary | 10100011 | 1011010 | 1001010 | 0 | 101101 | 110111 | 100100 | 1011 | 100110 | 101110 |
Color Harmonies of #A35A4A
Complementary color
Monochromatic Colors of #A35A4A
Black with #A35A4A
Text Example
Text Example
White with #A35A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A4A; }
p { color: rgb(163,90,74); }
H1.HeaderClassName
{
color: #A35A4A;
}
.AnyTagClassName
{
color: #A35A4A;
}
</style>
background-color css
<style>
a { background-color: #A35A4A; }
a { background-color: rgb(163,90,74); }
div.DivClassName
{
background-color: #A35A4A;
}
.BgClassName
{
background-color: #A35A4A;
}
</style>
border-color css
<style>
span { border-color: #A35A4A; }
span { border-color: rgb(163,90,74); }
td.TdClassName
{
border-color: #A35A4A;
}
.TagClassName
{
border-color: #A35A4A;
}
</style>