#A44742

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

Shades of Roof Terracotta #A44742

Tints of Roof Terracotta #A44742

Color information

#A44742 (or 0xA44742) is unknown color: approx Roof Terracotta. HEX triplet: A4, 47 and 42. RGB value is (164,71,66). Sum of RGB (Red+Green+Blue) = 164+71+66=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A44742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44742 is #5BB8BD. Grayscale: #626262. Windows color (decimal): -6011070 or 4343716. OLE color: 4343716.

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

Color convert

RGB1647166-
CMYK00.570.600.36
HSL3.06º42.61%45.1%-
HSV(B)3.06º59.76%64.31%-
XYZ18.5512.796.65-
YUV98.24109.81174.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.49%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=54.49%
G=23.59%
B=21.93%

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
Decimal164716600.570.600.363.0642.6145.1
HexA447420393C2432b2d
Octal244107102071744435355
Binary1010010010001111000010011100111110010010011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44742; }

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

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

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

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

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

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

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

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