#A44942

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

Shades of Roof Terracotta #A44942

Tints of Roof Terracotta #A44942

Color information

#A44942 (or 0xA44942) is unknown color: approx Roof Terracotta. HEX triplet: A4, 49 and 42. RGB value is (164,73,66). Sum of RGB (Red+Green+Blue) = 164+73+66=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A44942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44942 is #5BB6BD. Grayscale: #636363. Windows color (decimal): -6010558 or 4344228. OLE color: 4344228.

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

Color convert

RGB1647366-
CMYK00.550.600.36
HSL4.29º42.61%45.1%-
HSV(B)4.29º59.76%64.31%-
XYZ18.6813.056.69-
YUV99.41109.15174.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=54.13%
G=24.09%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164736600.550.600.364.2942.6145.1
HexA449420373C2442b2d
Octal244111102067744445355
Binary10100100100100110000100110111111100100100100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44942; }

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

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

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

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

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

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

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

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