#A44740

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

Shades of Roof Terracotta #A44740

Tints of Roof Terracotta #A44740

Color information

#A44740 (or 0xA44740) is unknown color: approx Roof Terracotta. HEX triplet: A4, 47 and 40. RGB value is (164,71,64). Sum of RGB (Red+Green+Blue) = 164+71+64=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A44740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44740 is #5BB8BF. Grayscale: #626262. Windows color (decimal): -6011072 or 4212644. OLE color: 4212644.

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

Color convert

RGB1647164-
CMYK00.570.610.36
HSL4.2º43.86%44.71%-
HSV(B)4.2º60.98%64.31%-
XYZ18.4912.776.34-
YUV98.01108.81175.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.85%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=54.85%
G=23.75%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164716400.570.610.364.243.8644.71
HexA447400393D2442c2d
Octal244107100071754445455
Binary10100100100011110000000111001111101100100100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44740; }

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

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

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

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

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

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

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

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