#A44141

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

Shades of Roof Terracotta #A44141

Tints of Roof Terracotta #A44141

Color information

#A44141 (or 0xA44141) is unknown color: approx Roof Terracotta. HEX triplet: A4, 41 and 41. RGB value is (164,65,65). Sum of RGB (Red+Green+Blue) = 164+65+65=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A44141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44141 is #5BBEBE. Grayscale: #5E5E5E. Windows color (decimal): -6012607 or 4276644. OLE color: 4276644.

HSL color Cylindrical-coordinate representation of color #A44141: hue angle of 0º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44141 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1646565-
CMYK00.600.600.36
HSL43.23%44.9%-
HSV(B)60.37%64.31%-
XYZ18.1512.056.37-
YUV94.6111.3177.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=55.78%
G=22.11%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164656500.600.600.36043.2344.9
HexA4414103C3C2402b2d
Octal244101101074744405355
Binary101001001000001100000101111001111001001000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44141; }

 p { color: rgb(164,65,65); }

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

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

 a { background-color: rgb(164,65,65); }

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

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

 span { border-color: rgb(164,65,65); }

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