#A04745

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

Shades of Roof Terracotta #A04745

Tints of Roof Terracotta #A04745

Color information

#A04745 (or 0xA04745) is unknown color: approx Roof Terracotta. HEX triplet: A0, 47 and 45. RGB value is (160,71,69). Sum of RGB (Red+Green+Blue) = 160+71+69=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A04745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04745 is #5FB8BA. Grayscale: #616161. Windows color (decimal): -6273211 or 4540320. OLE color: 4540320.

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

Color convert

RGB1607169-
CMYK00.560.570.37
HSL1.32º39.74%44.9%-
HSV(B)1.32º56.88%62.75%-
XYZ17.8212.417.09-
YUV97.38111.99172.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.33%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 69 (27.34% from 255) = 23%
R=53.33%
G=23.67%
B=23%

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
Decimal160716900.560.570.371.3239.7444.9
HexA0474503839251282d
Octal240107105070714515055
Binary101000001000111100010101110001110011001011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04745; }

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

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

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

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

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

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

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

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