Shades of Roof Terracotta #A44B45
Tints of Roof Terracotta #A44B45
RGB
CMYK
RGB Variations
Color information
#A44B45 (or 0xA44B45) is known color: Roof Terracotta. HEX triplet: A4, 4B and 45. RGB value is (164,75,69). Sum of RGB (Red+Green+Blue) = 164+75+69=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B45 is #5BB4BA. Grayscale: #656565. Windows color (decimal): -6010043 or 4541348. OLE color: 4541348.
HSL color Cylindrical-coordinate representation of color #A44B45: hue angle of 3.79º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A44B45 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 69 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.36 |
| HSL | 3.79º | 0.41% | 0.46% | - |
| HSV(B) | 3.79º | 0.58% | 0.64% | - |
| XYZ | 18.9 | 13.35 | 7.21 | - |
| YUV | 100.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 69 | 0 | 0.54 | 0.58 | 0.36 | 3.79 | 0.41 | 0.46 |
| Hex | A4 | 4B | 45 | 0 | 36 | 3A | 24 | 4 | 29 | 2E |
| Octal | 244 | 113 | 105 | 0 | 66 | 72 | 44 | 4 | 51 | 56 |
| Binary | 10100100 | 1001011 | 1000101 | 0 | 110110 | 111010 | 100100 | 100 | 101001 | 101110 |
Color Harmonies of #A44B45
Complementary color
Monochromatic Colors of #A44B45
Black with #A44B45
Text Example
Text Example
White with #A44B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B45; }
p { color: rgb(164,75,69); }
H1.HeaderClassName
{
color: #A44B45;
}
.AnyTagClassName
{
color: #A44B45;
}
</style>
background-color css
<style>
a { background-color: #A44B45; }
a { background-color: rgb(164,75,69); }
div.DivClassName
{
background-color: #A44B45;
}
.BgClassName
{
background-color: #A44B45;
}
</style>
border-color css
<style>
span { border-color: #A44B45; }
span { border-color: rgb(164,75,69); }
td.TdClassName
{
border-color: #A44B45;
}
.TagClassName
{
border-color: #A44B45;
}
</style>