Shades of Roof Terracotta #AB4945
Tints of Roof Terracotta #AB4945
RGB
CMYK
RGB Variations
Color information
#AB4945 (or 0xAB4945) is known color: Roof Terracotta. HEX triplet: AB, 49 and 45. RGB value is (171,73,69). Sum of RGB (Red+Green+Blue) = 171+73+69=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4945 is #54B6BA. Grayscale: #656565. Windows color (decimal): -5551803 or 4540843. OLE color: 4540843.
HSL color Cylindrical-coordinate representation of color #AB4945: hue angle of 2.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4945 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 69 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.33 |
| HSL | 2.35º | 0.43% | 0.47% | - |
| HSV(B) | 2.35º | 0.6% | 0.67% | - |
| XYZ | 20.25 | 13.85 | 7.24 | - |
| YUV | 101.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 69 | 0 | 0.57 | 0.60 | 0.33 | 2.35 | 0.43 | 0.47 |
| Hex | AB | 49 | 45 | 0 | 39 | 3C | 21 | 2 | 2A | 2F |
| Octal | 253 | 111 | 105 | 0 | 71 | 74 | 41 | 2 | 52 | 57 |
| Binary | 10101011 | 1001001 | 1000101 | 0 | 111001 | 111100 | 100001 | 10 | 101010 | 101111 |
Color Harmonies of #AB4945
Complementary color
Monochromatic Colors of #AB4945
Black with #AB4945
Text Example
Text Example
White with #AB4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4945; }
p { color: rgb(171,73,69); }
H1.HeaderClassName
{
color: #AB4945;
}
.AnyTagClassName
{
color: #AB4945;
}
</style>
background-color css
<style>
a { background-color: #AB4945; }
a { background-color: rgb(171,73,69); }
div.DivClassName
{
background-color: #AB4945;
}
.BgClassName
{
background-color: #AB4945;
}
</style>
border-color css
<style>
span { border-color: #AB4945; }
span { border-color: rgb(171,73,69); }
td.TdClassName
{
border-color: #AB4945;
}
.TagClassName
{
border-color: #AB4945;
}
</style>