#A04746

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

Shades of Roof Terracotta #A04746

Tints of Roof Terracotta #A04746

Color information

#A04746 (or 0xA04746) is unknown color: approx Roof Terracotta. HEX triplet: A0, 47 and 46. RGB value is (160,71,70). Sum of RGB (Red+Green+Blue) = 160+71+70=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A04746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04746 is #5FB8B9. Grayscale: #616161. Windows color (decimal): -6273210 or 4605856. OLE color: 4605856.

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

Color convert

RGB1607170-
CMYK00.560.560.37
HSL0.67º39.13%45.1%-
HSV(B)0.67º56.25%62.75%-
XYZ17.8612.427.25-
YUV97.5112.49172.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=53.16%
G=23.59%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160717000.560.560.370.6739.1345.1
HexA0474603838251272d
Octal240107106070704514755
Binary101000001000111100011001110001110001001011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04746; }

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

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

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

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

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

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

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

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