#A74240

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

Shades of Roof Terracotta #A74240

Tints of Roof Terracotta #A74240

Color information

#A74240 (or 0xA74240) is unknown color: approx Roof Terracotta. HEX triplet: A7, 42 and 40. RGB value is (167,66,64). Sum of RGB (Red+Green+Blue) = 167+66+64=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A74240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74240 is #58BDBF. Grayscale: #606060. Windows color (decimal): -5815744 or 4211367. OLE color: 4211367.

HSL color Cylindrical-coordinate representation of color #A74240: hue angle of 1.17º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74240 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1676664-
CMYK00.600.620.35
HSL1.17º44.59%45.29%-
HSV(B)1.17º61.68%65.49%-
XYZ18.8112.486.27-
YUV95.97109.96178.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=56.23%
G=22.22%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167666400.600.620.351.1744.5945.29
HexA7424003C3E2312d2d
Octal247102100074764315555
Binary101001111000010100000001111001111101000111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74240; }

 p { color: rgb(167,66,64); }

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

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

 a { background-color: rgb(167,66,64); }

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

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

 span { border-color: rgb(167,66,64); }

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