#A14444

Color #A14444 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #A14444

Tints of Roof Terracotta #A14444

Color information

#A14444 (or 0xA14444) is unknown color: approx Roof Terracotta. HEX triplet: A1, 44 and 44. RGB value is (161,68,68). Sum of RGB (Red+Green+Blue) = 161+68+68=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A14444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14444 is #5EBBBB. Grayscale: #5F5F5F. Windows color (decimal): -6208444 or 4474017. OLE color: 4474017.

HSL color Cylindrical-coordinate representation of color #A14444: hue angle of 0º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14444 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1616868-
CMYK00.580.580.37
HSL40.61%44.9%-
HSV(B)57.76%63.14%-
XYZ17.8112.136.87-
YUV95.81112.31174.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=54.21%
G=22.90%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161686800.580.580.37040.6144.9
HexA1444403A3A250292d
Octal241104104072724505155
Binary101000011000100100010001110101110101001010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14444; }

 p { color: rgb(161,68,68); }

 H1.HeaderClassName
 {
   color: #A14444;
 }
 .AnyTagClassName
 {
   color: #A14444;
 }
</style>
background-color css

<style>
 a { background-color: #A14444; }

 a { background-color: rgb(161,68,68); }

 div.DivClassName
 {
   background-color: #A14444;
 }
 .BgClassName
 {
   background-color: #A14444;
 }
</style>
border-color css

<style>
 span { border-color: #A14444; }

 span { border-color: rgb(161,68,68); }

 td.TdClassName
 {
   border-color: #A14444;
 }
 .TagClassName
 {
   border-color: #A14444;
 }
</style>