#A44A3F

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

Shades of Roof Terracotta #A44A3F

Tints of Roof Terracotta #A44A3F

Color information

#A44A3F (or 0xA44A3F) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4A and 3F. RGB value is (164,74,63). Sum of RGB (Red+Green+Blue) = 164+74+63=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A3F is #5BB5C0. Grayscale: #636363. Windows color (decimal): -6010305 or 4147876. OLE color: 4147876.

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

Color convert

RGB1647463-
CMYK00.550.620.36
HSL6.53º44.49%44.51%-
HSV(B)6.53º61.59%64.31%-
XYZ18.6613.156.26-
YUV99.66107.32173.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.49%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 63 (25% from 255) = 20.93%
R=54.49%
G=24.58%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164746300.550.620.366.5344.4944.51
HexA44A3F0373E2472c2d
Octal24411277067764475455
Binary1010010010010101111110110111111110100100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A3F; }

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

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

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

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

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

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

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

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