Shades of Crail #A45A4B
Tints of Crail #A45A4B
RGB
CMYK
RGB Variations
Color information
#A45A4B (or 0xA45A4B) is known color: Crail. HEX triplet: A4, 5A and 4B. RGB value is (164,90,75). Sum of RGB (Red+Green+Blue) = 164+90+75=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A4B is #5BA5B4. Grayscale: #6E6E6E. Windows color (decimal): -6006197 or 4938404. OLE color: 4938404.
HSL color Cylindrical-coordinate representation of color #A45A4B: hue angle of 10.11º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A45A4B is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 75 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.36 |
| HSL | 10.11º | 0.37% | 0.47% | - |
| HSV(B) | 10.11º | 0.54% | 0.64% | - |
| XYZ | 20.24 | 15.71 | 8.62 | - |
| YUV | 110.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 75 | 0 | 0.45 | 0.54 | 0.36 | 10.11 | 0.37 | 0.47 |
| Hex | A4 | 5A | 4B | 0 | 2D | 36 | 24 | A | 25 | 2F |
| Octal | 244 | 132 | 113 | 0 | 55 | 66 | 44 | 12 | 45 | 57 |
| Binary | 10100100 | 1011010 | 1001011 | 0 | 101101 | 110110 | 100100 | 1010 | 100101 | 101111 |
Color Harmonies of #A45A4B
Complementary color
Monochromatic Colors of #A45A4B
Black with #A45A4B
Text Example
Text Example
White with #A45A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A4B; }
p { color: rgb(164,90,75); }
H1.HeaderClassName
{
color: #A45A4B;
}
.AnyTagClassName
{
color: #A45A4B;
}
</style>
background-color css
<style>
a { background-color: #A45A4B; }
a { background-color: rgb(164,90,75); }
div.DivClassName
{
background-color: #A45A4B;
}
.BgClassName
{
background-color: #A45A4B;
}
</style>
border-color css
<style>
span { border-color: #A45A4B; }
span { border-color: rgb(164,90,75); }
td.TdClassName
{
border-color: #A45A4B;
}
.TagClassName
{
border-color: #A45A4B;
}
</style>