#A04744

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

Shades of Roof Terracotta #A04744

Tints of Roof Terracotta #A04744

Color information

#A04744 (or 0xA04744) is unknown color: approx Roof Terracotta. HEX triplet: A0, 47 and 44. RGB value is (160,71,68). Sum of RGB (Red+Green+Blue) = 160+71+68=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A04744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04744 is #5FB8BB. Grayscale: #616161. Windows color (decimal): -6273212 or 4474784. OLE color: 4474784.

HSL color Cylindrical-coordinate representation of color #A04744: hue angle of 1.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04744 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1607168-
CMYK00.560.570.37
HSL1.96º40.35%44.71%-
HSV(B)1.96º57.5%62.75%-
XYZ17.7912.46.92-
YUV97.27111.49172.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=53.51%
G=23.75%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160716800.560.570.371.9640.3544.71
HexA0474403839252282d
Octal240107104070714525055
Binary1010000010001111000100011100011100110010110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04744; }

 p { color: rgb(160,71,68); }

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

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

 a { background-color: rgb(160,71,68); }

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

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

 span { border-color: rgb(160,71,68); }

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