#A44741

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

Shades of Roof Terracotta #A44741

Tints of Roof Terracotta #A44741

Color information

#A44741 (or 0xA44741) is unknown color: approx Roof Terracotta. HEX triplet: A4, 47 and 41. RGB value is (164,71,65). Sum of RGB (Red+Green+Blue) = 164+71+65=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A44741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44741 is #5BB8BE. Grayscale: #626262. Windows color (decimal): -6011071 or 4278180. OLE color: 4278180.

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

Color convert

RGB1647165-
CMYK00.570.600.36
HSL3.64º43.23%44.9%-
HSV(B)3.64º60.37%64.31%-
XYZ18.5212.786.49-
YUV98.12109.31174.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.67%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=54.67%
G=23.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164716500.570.600.363.6443.2344.9
HexA447410393C2442b2d
Octal244107101071744445355
Binary10100100100011110000010111001111100100100100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44741; }

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

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

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

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

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

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

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

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