Shades of Crail #A45A4D
Tints of Crail #A45A4D
RGB
CMYK
RGB Variations
Color information
#A45A4D (or 0xA45A4D) is known color: Crail. HEX triplet: A4, 5A and 4D. RGB value is (164,90,77). Sum of RGB (Red+Green+Blue) = 164+90+77=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A4D is #5BA5B2. Grayscale: #6E6E6E. Windows color (decimal): -6006195 or 5069476. OLE color: 5069476.
HSL color Cylindrical-coordinate representation of color #A45A4D: hue angle of 8.97º 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 #A45A4D is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 77 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.36 |
| HSL | 8.97º | 0.36% | 0.47% | - |
| HSV(B) | 8.97º | 0.53% | 0.64% | - |
| XYZ | 20.31 | 15.74 | 8.99 | - |
| YUV | 110.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 77 | 0 | 0.45 | 0.53 | 0.36 | 8.97 | 0.36 | 0.47 |
| Hex | A4 | 5A | 4D | 0 | 2D | 35 | 24 | 9 | 24 | 2F |
| Octal | 244 | 132 | 115 | 0 | 55 | 65 | 44 | 11 | 44 | 57 |
| Binary | 10100100 | 1011010 | 1001101 | 0 | 101101 | 110101 | 100100 | 1001 | 100100 | 101111 |
Color Harmonies of #A45A4D
Complementary color
Monochromatic Colors of #A45A4D
Black with #A45A4D
Text Example
Text Example
White with #A45A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A4D; }
p { color: rgb(164,90,77); }
H1.HeaderClassName
{
color: #A45A4D;
}
.AnyTagClassName
{
color: #A45A4D;
}
</style>
background-color css
<style>
a { background-color: #A45A4D; }
a { background-color: rgb(164,90,77); }
div.DivClassName
{
background-color: #A45A4D;
}
.BgClassName
{
background-color: #A45A4D;
}
</style>
border-color css
<style>
span { border-color: #A45A4D; }
span { border-color: rgb(164,90,77); }
td.TdClassName
{
border-color: #A45A4D;
}
.TagClassName
{
border-color: #A45A4D;
}
</style>