#A44D3F

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

Shades of Roof Terracotta #A44D3F

Tints of Roof Terracotta #A44D3F

Color information

#A44D3F (or 0xA44D3F) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4D and 3F. RGB value is (164,77,63). Sum of RGB (Red+Green+Blue) = 164+77+63=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D3F is #5BB2C0. Grayscale: #656565. Windows color (decimal): -6009537 or 4148644. OLE color: 4148644.

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

Color convert

RGB1647763-
CMYK00.530.620.36
HSL8.32º44.49%44.51%-
HSV(B)8.32º61.59%64.31%-
XYZ18.8613.566.33-
YUV101.42106.32172.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.95%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 63 (25% from 255) = 20.72%
R=53.95%
G=25.33%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164776300.530.620.368.3244.4944.51
HexA44D3F0353E2482c2d
Octal244115770657644105455
Binary10100100100110111111101101011111101001001000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D3F; }

 p { color: rgb(164,77,63); }

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

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

 a { background-color: rgb(164,77,63); }

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

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

 span { border-color: rgb(164,77,63); }

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