Shades of Crail #A25042
Tints of Crail #A25042
RGB
CMYK
RGB Variations
Color information
#A25042 (or 0xA25042) is known color: Crail. HEX triplet: A2, 50 and 42. RGB value is (162,80,66). Sum of RGB (Red+Green+Blue) = 162+80+66=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A25042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25042 is #5DAFBD. Grayscale: #676767. Windows color (decimal): -6139838 or 4346018. OLE color: 4346018.
HSL color Cylindrical-coordinate representation of color #A25042: hue angle of 8.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25042 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 66 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.36 |
| HSL | 8.75º | 0.42% | 0.45% | - |
| HSV(B) | 8.75º | 0.59% | 0.64% | - |
| XYZ | 18.75 | 13.81 | 6.83 | - |
| YUV | 102.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 66 | 0 | 0.51 | 0.59 | 0.36 | 8.75 | 0.42 | 0.45 |
| Hex | A2 | 50 | 42 | 0 | 33 | 3B | 24 | 9 | 2A | 2D |
| Octal | 242 | 120 | 102 | 0 | 63 | 73 | 44 | 11 | 52 | 55 |
| Binary | 10100010 | 1010000 | 1000010 | 0 | 110011 | 111011 | 100100 | 1001 | 101010 | 101101 |
Color Harmonies of #A25042
Complementary color
Monochromatic Colors of #A25042
Black with #A25042
Text Example
Text Example
White with #A25042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25042; }
p { color: rgb(162,80,66); }
H1.HeaderClassName
{
color: #A25042;
}
.AnyTagClassName
{
color: #A25042;
}
</style>
background-color css
<style>
a { background-color: #A25042; }
a { background-color: rgb(162,80,66); }
div.DivClassName
{
background-color: #A25042;
}
.BgClassName
{
background-color: #A25042;
}
</style>
border-color css
<style>
span { border-color: #A25042; }
span { border-color: rgb(162,80,66); }
td.TdClassName
{
border-color: #A25042;
}
.TagClassName
{
border-color: #A25042;
}
</style>