Shades of Crail #AF5A4D
Tints of Crail #AF5A4D
RGB
CMYK
RGB Variations
Color information
#AF5A4D (or 0xAF5A4D) is known color: Crail. HEX triplet: AF, 5A and 4D. RGB value is (175,90,77). Sum of RGB (Red+Green+Blue) = 175+90+77=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A4D is #50A5B2. Grayscale: #727272. Windows color (decimal): -5285299 or 5069487. OLE color: 5069487.
HSL color Cylindrical-coordinate representation of color #AF5A4D: hue angle of 7.96º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5A4D is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 77 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.31 |
| HSL | 7.96º | 0.39% | 0.49% | - |
| HSV(B) | 7.96º | 0.56% | 0.69% | - |
| XYZ | 22.67 | 16.96 | 9.1 | - |
| YUV | 113.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 77 | 0 | 0.49 | 0.56 | 0.31 | 7.96 | 0.39 | 0.49 |
| Hex | AF | 5A | 4D | 0 | 31 | 38 | 1F | 8 | 27 | 31 |
| Octal | 257 | 132 | 115 | 0 | 61 | 70 | 37 | 10 | 47 | 61 |
| Binary | 10101111 | 1011010 | 1001101 | 0 | 110001 | 111000 | 11111 | 1000 | 100111 | 110001 |
Color Harmonies of #AF5A4D
Complementary color
Monochromatic Colors of #AF5A4D
Black with #AF5A4D
Text Example
Text Example
White with #AF5A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A4D; }
p { color: rgb(175,90,77); }
H1.HeaderClassName
{
color: #AF5A4D;
}
.AnyTagClassName
{
color: #AF5A4D;
}
</style>
background-color css
<style>
a { background-color: #AF5A4D; }
a { background-color: rgb(175,90,77); }
div.DivClassName
{
background-color: #AF5A4D;
}
.BgClassName
{
background-color: #AF5A4D;
}
</style>
border-color css
<style>
span { border-color: #AF5A4D; }
span { border-color: rgb(175,90,77); }
td.TdClassName
{
border-color: #AF5A4D;
}
.TagClassName
{
border-color: #AF5A4D;
}
</style>