#A44840

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

Shades of Roof Terracotta #A44840

Tints of Roof Terracotta #A44840

Color information

#A44840 (or 0xA44840) is unknown color: approx Roof Terracotta. HEX triplet: A4, 48 and 40. RGB value is (164,72,64). Sum of RGB (Red+Green+Blue) = 164+72+64=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A44840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44840 is #5BB7BF. Grayscale: #626262. Windows color (decimal): -6010816 or 4212900. OLE color: 4212900.

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

Color convert

RGB1647264-
CMYK00.560.610.36
HSL4.8º43.86%44.71%-
HSV(B)4.8º60.98%64.31%-
XYZ18.5512.96.36-
YUV98.6108.48174.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.67%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=54.67%
G=24%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164726400.560.610.364.843.8644.71
HexA448400383D2452c2d
Octal244110100070754455455
Binary10100100100100010000000111000111101100100101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44840; }

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

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

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

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

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

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

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

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