#A44140

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

Shades of Roof Terracotta #A44140

Tints of Roof Terracotta #A44140

Color information

#A44140 (or 0xA44140) is unknown color: approx Roof Terracotta. HEX triplet: A4, 41 and 40. RGB value is (164,65,64). Sum of RGB (Red+Green+Blue) = 164+65+64=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A44140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44140 is #5BBEBF. Grayscale: #5E5E5E. Windows color (decimal): -6012608 or 4211108. OLE color: 4211108.

HSL color Cylindrical-coordinate representation of color #A44140: hue angle of 0.6º 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 #A44140 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1646564-
CMYK00.600.610.36
HSL0.6º43.86%44.71%-
HSV(B)0.6º60.98%64.31%-
XYZ18.1312.046.22-
YUV94.49110.8177.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.97%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=55.97%
G=22.18%
B=21.84%

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
Decimal164656400.600.610.360.643.8644.71
HexA4414003C3D2412c2d
Octal244101100074754415455
Binary101001001000001100000001111001111011001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44140; }

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

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

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

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

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

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

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

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