#A44341

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

Shades of Roof Terracotta #A44341

Tints of Roof Terracotta #A44341

Color information

#A44341 (or 0xA44341) is unknown color: approx Roof Terracotta. HEX triplet: A4, 43 and 41. RGB value is (164,67,65). Sum of RGB (Red+Green+Blue) = 164+67+65=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A44341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44341 is #5BBCBE. Grayscale: #5F5F5F. Windows color (decimal): -6012095 or 4277156. OLE color: 4277156.

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

Color convert

RGB1646765-
CMYK00.590.600.36
HSL1.21º43.23%44.9%-
HSV(B)1.21º60.37%64.31%-
XYZ18.2712.296.41-
YUV95.78110.64176.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.41%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=55.41%
G=22.64%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164676500.590.600.361.2143.2344.9
HexA4434103B3C2412b2d
Octal244103101073744415355
Binary101001001000011100000101110111111001001001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44341; }

 p { color: rgb(164,67,65); }

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

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

 a { background-color: rgb(164,67,65); }

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

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

 span { border-color: rgb(164,67,65); }

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