#A44240

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

Shades of Roof Terracotta #A44240

Tints of Roof Terracotta #A44240

Color information

#A44240 (or 0xA44240) is unknown color: approx Roof Terracotta. HEX triplet: A4, 42 and 40. RGB value is (164,66,64). Sum of RGB (Red+Green+Blue) = 164+66+64=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A44240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44240 is #5BBDBF. Grayscale: #5F5F5F. Windows color (decimal): -6012352 or 4211364. OLE color: 4211364.

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

Color convert

RGB1646664-
CMYK00.600.610.36
HSL1.2º43.86%44.71%-
HSV(B)1.2º60.98%64.31%-
XYZ18.1812.166.24-
YUV95.07110.47177.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=55.78%
G=22.45%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164666400.600.610.361.243.8644.71
HexA4424003C3D2412c2d
Octal244102100074754415455
Binary101001001000010100000001111001111011001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44240; }

 p { color: rgb(164,66,64); }

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

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

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

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

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

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

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