Shades of Crail #A35F4A
Tints of Crail #A35F4A
RGB
CMYK
RGB Variations
Color information
#A35F4A (or 0xA35F4A) is known color: Crail. HEX triplet: A3, 5F and 4A. RGB value is (163,95,74). Sum of RGB (Red+Green+Blue) = 163+95+74=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F4A is #5CA0B5. Grayscale: #717171. Windows color (decimal): -6070454 or 4874147. OLE color: 4874147.
HSL color Cylindrical-coordinate representation of color #A35F4A: hue angle of 14.16º 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 #A35F4A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 95 | 74 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.36 |
| HSL | 14.16º | 0.38% | 0.46% | - |
| HSV(B) | 14.16º | 0.55% | 0.64% | - |
| XYZ | 20.43 | 16.47 | 8.58 | - |
| YUV | 112.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 74 | 0 | 0.42 | 0.55 | 0.36 | 14.16 | 0.38 | 0.46 |
| Hex | A3 | 5F | 4A | 0 | 2A | 37 | 24 | E | 26 | 2E |
| Octal | 243 | 137 | 112 | 0 | 52 | 67 | 44 | 16 | 46 | 56 |
| Binary | 10100011 | 1011111 | 1001010 | 0 | 101010 | 110111 | 100100 | 1110 | 100110 | 101110 |
Color Harmonies of #A35F4A
Complementary color
Monochromatic Colors of #A35F4A
Black with #A35F4A
Text Example
Text Example
White with #A35F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35F4A; }
p { color: rgb(163,95,74); }
H1.HeaderClassName
{
color: #A35F4A;
}
.AnyTagClassName
{
color: #A35F4A;
}
</style>
background-color css
<style>
a { background-color: #A35F4A; }
a { background-color: rgb(163,95,74); }
div.DivClassName
{
background-color: #A35F4A;
}
.BgClassName
{
background-color: #A35F4A;
}
</style>
border-color css
<style>
span { border-color: #A35F4A; }
span { border-color: rgb(163,95,74); }
td.TdClassName
{
border-color: #A35F4A;
}
.TagClassName
{
border-color: #A35F4A;
}
</style>